无链式代理使用住宅IP
VPS执行更新geosite指令:wget https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat -O /usr/local/x-ui/bin/geosite.dat
x-ui配置模板(指定网站走住宅IP):
zhuzai_proxy处输入静态住宅IP信息,8.8.8.8更换为你购买的静态IP地址,8888更换为端口,user为用户名,pass是密码
geosite后面就是需要分流节点访问的站点
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"tag": "zhuzai_proxy",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "8.8.8.8",
"port": 8888,
"users": [
{
"user": "user",
"pass": "pass"
}
]
}
]
}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
"rules": [
{
"type": "field",
"outboundTag": "zhuzai_proxy",
"domain": [
"ip125.com",
"geosite:openai",
"geosite:netflix",
"geosite:facebook",
"geosite:paypal",
"geosite:twitter",
"geosite:amazon",
"geosite:disney"
]
},
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
]
},
"stats": {}
}
x-ui配置模板(所有网站走住宅IP):
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbounds": [
{
"tag": "zhuzai_proxy",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "8.8.8.8",
"port": 8888,
"users": [
{
"user": "user",
"pass": "pass"
}
]
}
]
}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
]
},
"stats": {}
}
下面四个网站用于检测IP纯净度,风险都是针对的,服务提供的商家公司可以随意拉黑或者屏蔽任何一个服务器并做针对设置。并不代表IP无法使用,只是单个网站对于IP给出的参考评分而已。仅供参考!!
同一个IP在这四个网站的评分,仅供参考
![图片[1]-博客-技术-分享-免费XUI面板分流规则及IP查询网站](https://img.a686.de/file/1749723667959_1.png)
![图片[2]-博客-技术-分享-免费XUI面板分流规则及IP查询网站](https://img.a686.de/file/1749723662546_2.png)
![图片[3]-博客-技术-分享-免费XUI面板分流规则及IP查询网站](https://img.a686.de/file/1749723664977_3.png)
![图片[4]-博客-技术-分享-免费XUI面板分流规则及IP查询网站](https://img.a686.de/file/1749723669522_4.png)
感谢您的来访,获取更多精彩文章请收藏本站。

© 版权声明
文章版权归作者所有,未经允许请勿转载。声明:下载本站资源即同意用户协议,本站程序只是提供给开发者学习研究。
THE END
暂无评论内容