mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:59:23 +08:00
force openai.com use forign dns
This commit is contained in:
@@ -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"; }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user