mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
dns: Add neighbor-based hostname resolution to local server
This commit is contained in:
+2
-1
@@ -154,7 +154,8 @@ type RawLocalDNSServerOptions struct {
|
||||
|
||||
type LocalDNSServerOptions struct {
|
||||
RawLocalDNSServerOptions
|
||||
PreferGo bool `json:"prefer_go,omitempty"`
|
||||
PreferGo bool `json:"prefer_go,omitempty"`
|
||||
NeighborDomain badoption.Listable[string] `json:"neighbor_domain,omitempty"`
|
||||
}
|
||||
|
||||
type RemoteDNSServerOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user