force openai.com use forign dns

This commit is contained in:
2023-08-10 20:54:31 +08:00
parent c086db4ae7
commit d45404966f

View File

@@ -317,7 +317,12 @@ 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 = "8.8.8.8";
domains = [ "geosite:geolocation-!cn" "openai.com" ];
port = 53;
skipFallback = true;
}
{ address = "223.5.5.5"; expectIPs = [ "geoip:cn" ]; }
{ address = "8.8.8.8"; }
];