1
0
Fork 0
mirror of https://github.com/SagerNet/sing-box.git synced 2025-04-05 12:57:36 +03:00

Declare required fields in the documentation

This commit is contained in:
世界 2022-07-09 09:26:50 +08:00
parent 8fa953a516
commit 211d97ff8a
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
16 changed files with 107 additions and 6 deletions
option

View file

@ -34,7 +34,7 @@ type DNSServerOptions struct {
Address string `json:"address"`
AddressResolver string `json:"address_resolver,omitempty"`
AddressStrategy DomainStrategy `json:"address_strategy,omitempty"`
DialerOptions
Detour string `json:"detour,omitempty"`
}
type _DNSRule struct {