mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Skip set windows system proxy bypass list
This commit is contained in:
parent
53f19a6ead
commit
f5c5570bec
4 changed files with 5 additions and 5 deletions
|
@ -124,7 +124,7 @@ func (s *DomainStrategy) UnmarshalJSON(bytes []byte) error {
|
|||
return err
|
||||
}
|
||||
switch value {
|
||||
case "", "AsIS":
|
||||
case "", "as_is":
|
||||
*s = DomainStrategy(dns.DomainStrategyAsIS)
|
||||
case "prefer_ipv4":
|
||||
*s = DomainStrategy(dns.DomainStrategyPreferIPv4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue