mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-15 21:00:27 +00:00
dns: Add mDNS server
This commit is contained in:
@@ -184,3 +184,8 @@ type DHCPDNSServerOptions struct {
|
||||
LocalDNSServerOptions
|
||||
Interface string `json:"interface,omitempty"`
|
||||
}
|
||||
|
||||
type MDNSDNSServerOptions struct {
|
||||
LocalDNSServerOptions
|
||||
Interface badoption.Listable[string] `json:"interface,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user