Add option to DNS server to ignore them when they are not available via an interface network

This commit is contained in:
Daniel
2024-07-03 17:17:51 +02:00
parent 35ac64bd82
commit 42e725921b
4 changed files with 29 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ type Resolver struct {
Search []string
SearchOnly bool
Path string
// Special States
LinkLocalUnavailable bool
// logic interface
Conn ResolverConn `json:"-"`