We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021a46b commit 5aa958eCopy full SHA for 5aa958e
dnscrypt-proxy/plugin_forward.go
@@ -89,7 +89,7 @@ func (plugin *PluginForward) Init(proxy *Proxy) error {
89
if len(sequence) > 0 && sequence[len(sequence)-1].typ == DHCP {
90
// Ignore repetitions
91
} else {
92
- sequence = append(sequence, SearchSequenceItem{typ: Bootstrap})
+ sequence = append(sequence, SearchSequenceItem{typ: DHCP})
93
dlog.Infof("Forwarding [%s] to the DHCP servers", domain)
94
}
95
requiresDHCP = true
0 commit comments