We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8c65a commit 65ada71Copy full SHA for 65ada71
dnscrypt-proxy/plugin_forward.go
@@ -122,6 +122,9 @@ func (plugin *PluginForward) Init(proxy *Proxy) error {
122
}
123
124
if requiresDHCP {
125
+ if len(proxy.userName) > 0 {
126
+ dlog.Warn("DHCP/DNS detection may not work when `user_name` is set or when starting as a non-root user")
127
+ }
128
if proxy.SourceIPv6 {
129
dlog.Info("Starting a DHCP/DNS detector for IPv6")
130
d6 := &dhcpdns.Detector{RemoteIPPort: "[2001:DB8::53]:80"}
0 commit comments