mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 22:27:37 +03:00
Do not consider the absence a listening sockets an error
Because systemd. Fixes #64
This commit is contained in:
parent
ac22f8a046
commit
13952ffb1a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ func ConfigLoad(proxy *Proxy, svcFlag *string) error {
|
|||
proxy.certRefreshDelayAfterFailure = time.Duration(10 * time.Second)
|
||||
proxy.certIgnoreTimestamp = config.CertIgnoreTimestamp
|
||||
if len(config.ListenAddresses) == 0 {
|
||||
dlog.Errorf("No local IP/port configured")
|
||||
dlog.Debug("No local IP/port configured")
|
||||
}
|
||||
proxy.listenAddresses = config.ListenAddresses
|
||||
proxy.daemonize = config.Daemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue