修改xray dns

This commit is contained in:
2023-08-13 02:38:16 +08:00
parent 41b1dee098
commit 49572a9a68

View File

@@ -326,13 +326,14 @@ inputs:
{
servers =
[
{ address = "223.5.5.5"; domains = [ "geosite:geolocation-cn" ]; port = 53; skipFallback = true; }
{ address = "8.8.8.8"; domains = [ "geosite:geolocation-!cn" ]; port = 53; skipFallback = true; }
{ address = "223.5.5.5"; domains = [ "geosite:geolocation-cn" ]; port = 53; }
{ address = "8.8.8.8"; domains = [ "geosite:geolocation-!cn" ]; port = 53; }
{ address = "223.5.5.5"; expectIPs = [ "geoip:cn" ]; }
{ address = "8.8.8.8"; }
];
disableCache = true;
queryStrategy = "UseIPv4";
disableFallback = true;
tag = "dns-internal";
};
inbounds =