mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-26 06:01:47 +03:00
refactor: Outbound domain resolver
This commit is contained in:
@@ -161,6 +161,20 @@ var OptionLegacyDNSFakeIPOptions = Note{
|
||||
ScheduledVersion: "1.14.0",
|
||||
}
|
||||
|
||||
var OptionOutboundDNSRuleItem = Note{
|
||||
Name: "outbound-dns-rule-item",
|
||||
Description: "outbound DNS rule item",
|
||||
DeprecatedVersion: "1.12.0",
|
||||
ScheduledVersion: "1.14.0",
|
||||
}
|
||||
|
||||
var OptionMissingDomainResolverInDialOptions = Note{
|
||||
Name: "missing-domain-resolver-in-dial-options",
|
||||
Description: "missing domain resolver in dial options",
|
||||
DeprecatedVersion: "1.12.0",
|
||||
ScheduledVersion: "1.14.0",
|
||||
}
|
||||
|
||||
var Options = []Note{
|
||||
OptionBadMatchSource,
|
||||
OptionGEOIP,
|
||||
@@ -172,4 +186,8 @@ var Options = []Note{
|
||||
OptionWireGuardOutbound,
|
||||
OptionWireGuardGSO,
|
||||
OptionTUNGSO,
|
||||
OptionLegacyDNSTransport,
|
||||
OptionLegacyDNSFakeIPOptions,
|
||||
OptionOutboundDNSRuleItem,
|
||||
OptionMissingDomainResolverInDialOptions,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user