Compare commits

...

1 Commits

Author SHA1 Message Date
Viktor Liu
e4e2a76adb Gate DNS forwarder on BlockInbound 2026-05-25 12:57:38 +02:00

View File

@@ -2193,7 +2193,7 @@ func (e *Engine) updateDNSForwarder(
enabled bool,
fwdEntries []*dnsfwd.ForwarderEntry,
) {
if e.config.DisableServerRoutes {
if e.config.DisableServerRoutes || e.config.BlockInbound {
return
}