mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Don't print the proxy version in the child
This commit is contained in:
parent
6f2dcb900a
commit
9519472bbe
1 changed files with 3 additions and 1 deletions
|
@ -544,7 +544,9 @@ func ConfigLoad(proxy *Proxy, flags *ConfigFlags) error {
|
|||
if proxy.showCerts {
|
||||
proxy.listenAddresses = nil
|
||||
}
|
||||
dlog.Noticef("dnscrypt-proxy %s", AppVersion)
|
||||
if !proxy.child {
|
||||
dlog.Noticef("dnscrypt-proxy %s", AppVersion)
|
||||
}
|
||||
if err := NetProbe(netprobeAddress, netprobeTimeout); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue