https://bugs.koozali.org/show_bug.cgi?id=12168

            Bug ID: 12168
           Summary: if public make it listen on 0.0.0.0
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-radicale
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

{
  my $rad_ports = $radicale{TCPPort} || 5232;
  my $rad_ip = $LocalIP || 127.0.0.1;
  $OUT .= "hosts = $rad_ip:$rad_ports\n";
}


should allow listen on public when needed

# config show radicale 
radicale=service
    TCPPort=5232
    access=public <====================== yes default !
    debug=False
    status=enabled

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to