new: remove for apple

This commit is contained in:
Hiddify
2024-07-16 12:52:53 +02:00
parent 96fafad01d
commit f309941095

View File

@@ -104,7 +104,7 @@ func BuildConfig(opt ConfigOptions, input option.Options) (*option.Options, erro
options.DNS = &option.DNSOptions{
StaticIPs: map[string][]string{
"sky.rethinkdns.com": getIPs([]string{"zula.ir", "www.speedtest.net", "sky.rethinkdns.com"}),
"sky.rethinkdns.com": getIPs([]string{"www.speedtest.net", "sky.rethinkdns.com"}),
},
DNSClientOptions: option.DNSClientOptions{
IndependentCache: opt.IndependentDNSCache,