开始
前不久用的奈飞小鸡,被奈飞击沉了。。。看到有人表示使用dns解锁的会增加被ban的风险,于是苦苦寻求替代方案
然后才发现直接用某带2的不可描述的软件的路由功能直接中转是何其的方便。。
使用教程
- 在自己小鸡上安装不可描述。
- 找一个支持奈飞的✈场
- 把奈飞线路的配置填进去。
- 欧克拉。。。。。
配置见最下面。
一些可能的疑问
1.我都有可以看奈飞的线路了,我中转干嘛?直接不用,脱裤子放屁啊
1.✈场千方便万方便,但是不搞小鸡就不舒服;
2.我不想用万人公用的ip(安全顾虑);
3.我的上网小鸡比奈飞线路好n倍,只是不能看奈飞。
4.奈飞线路流量少不够用。
2.这样哪里便宜了,标题党举报了。
自己找一台可用的奈飞小鸡,少说也要,10元月。还要承担被击沉的风险。,
用中转方案,搞台5刀virmach上网,加上几块月付的廉价少流量线路即可。
下面是中转配置
顺便连咕哥也中转了,解决了搜索疯狂弹验证的问题。
{
"routing": {
"rules": [
{
"type": "field",
"outboundTag": "blocked",
"ip": [
"0.0.0.0/8",
"10.0.0.0/8",
"100.64.0.0/10",
"169.254.0.0/16",
"172.16.0.0/12",
"192.0.0.0/24",
"192.0.2.0/24",
"192.168.0.0/16",
"198.18.0.0/15",
"198.51.100.0/24",
"203.0.113.0/24",
"::1/128",
"fc00::/7",
"fe80::/10"
]
}
,
{
"type": "field",
"domain": [
"domain:netflix.com",
"domain:nflxvideo.net",
"domain:google.com",
"domain:google.com.hk"
],
"outboundTag": "proxy"
}
]
},
"log": {
"error": "/var/log/v2ray/error.log",
"loglevel": "info",
"access": "/var/log/v2ray/access.log"
},
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"tag": "proxy",
"protocol": "shadowsocks",
"settings": {
"servers": [
{
"address": "奈飞鸡",
"method": "aes-128-gcm",
"password": "奈飞鸡密码",
"port": 1234,
"level": 1
}
],
"response": null
},
"streamSettings": {
"network": "tcp"
},
"mux": {
"enabled": false
}
}
],
"inbounds": [
{
"protocol": "shadowsocks",
"port": 1234,
"settings": {
"method": "aes-128-gcm",
"network": "tcp,udp",
"password": "上网鸡密码"
}
}
]
}