Xray-core icon indicating copy to clipboard operation
Xray-core copied to clipboard

连github会出现 Fastly error: unknown domain

Open kousyougi opened this issue 4 years ago • 0 comments

连github.com的时后出现下面错误,这个月发生了两次。把xray关闭后重启就马上能连了。

Fastly error: unknown domain: github.com. Please check that this domain has been added to a service. Details: cache-sjc10062-SJC

协定是xtls,有用fakedns,平台是openwrt x86-64,用tproxy连。

{  "fakedns": {   "ipPool": "172.19.0.0/16",   "poolSize": 65535  },  "dns": {   "servers": [    "fakedns"   ]  },  "routing": {   "rules": [    {     "type": "field",     "inboundTag": "transparent",     "outboundTag": "xtls"    },    {     "type": "field",     "inboundTag": "dns-in",     "outboundTag": "dns-out"    }   ]  },  "inbounds": [   {    "tag": "transparent",    "port": 12349,    "protocol": "dokodemo-door",    "settings": {     "network": "tcp",     "followRedirect": true    },    "sniffing": {     "enabled": true,     "destOverride": [      "fakedns"     ],     "metadataOnly": false    },    "streamSettings": {     "sockopt": {      "tproxy": "tproxy"     }    }   },   {    "port": 5309,    "tag": "dns-in",    "protocol": "dokodemo-door",    "settings": {     "address": "1.1.1.1",     "network": "udp"    }   }  ],  "outbounds": [   {    "protocol": "vless",    "tag": "xtls",    "settings": {     "vnext": [     ]    },    "streamSettings": {     "network": "tcp",     "security": "xtls",     "xtlsSettings": {      "alpn": [       "h2"      ],      "minVersion": "1.3",      "enableSessionResumption": false,      "certificates": [       {        "usage": "verify",        "certificateFile": ""       }      ],      "disableSystemRoot": true,      "serverName": ""     },     "sockopt": {      "tcpFastOpen": true     }    }   },   {    "protocol": "dns",    "tag": "dns-out"   }  ],  "policy": {   "levels": {    "0": {     "handshake": 4,     "connIdle": 3600,     "uplinkOnly": 0,     "downlinkOnly": 0,     "statsUserUplink": false,     "statsUserDownlink": false,     "bufferSize": 5120    }   }  } }

kousyougi avatar Oct 01 '21 04:10 kousyougi