建议切换geosite.dat来源 #58

Open
opened 2023-04-02 00:39:23 -04:00 by iwoomi · 2 comments
iwoomi commented 2023-04-02 00:39:23 -04:00 (Migrated from github.com)

我是使用XTLS/Xray-install一键脚本安装的xray

bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install

服务器端添加以下路由后,导致tiktok.com被完全阻断,而去掉之后它就不阻断,所以一定是因为xray的geosite.dat把tiktok域名归到cn了

{
    "type": "field",
    "outboundTag": "block",
    "domain": [
        "geosite:cn"
    ]
}

强烈建议修改geosite.dat为Loyalsoldier/domain-list-custom,因为我使用Loyalsoldier/domain-list-custom后就没问题了。

我是使用[XTLS/Xray-install](https://github.com/XTLS/Xray-install)一键脚本安装的xray ```bash bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install ``` 服务器端添加以下路由后,导致tiktok.com被完全阻断,而去掉之后它就不阻断,所以一定是因为xray的geosite.dat把tiktok域名归到cn了 ``` { "type": "field", "outboundTag": "block", "domain": [ "geosite:cn" ] } ``` 强烈建议修改geosite.dat为[Loyalsoldier/domain-list-custom](https://github.com/Loyalsoldier/domain-list-custom),因为我使用[Loyalsoldier/domain-list-custom](https://github.com/Loyalsoldier/domain-list-custom)后就没问题了。
Blackcf commented 2023-05-20 04:11:05 -04:00 (Migrated from github.com)

自己换,不难

自己换,不难
chise0713 commented 2023-08-23 22:21:18 -04:00 (Migrated from github.com)
https://github.com/KoinuDayo/GeoDataUpdater
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
XTLS/Xray-install#58
No description provided.