在学校里面用哪家的 UDP 隧道上网稳?
資深大佬 : huangxiao123 88
我在学校弄了 UDP 隧道,用的是 Softethervpn,桥接到图书馆上网,可是老是断,请问各位大大有啥好的方法推荐捏?
大佬有話說 (33)
我在学校弄了 UDP 隧道,用的是 Softethervpn,桥接到图书馆上网,可是老是断,请问各位大大有啥好的方法推荐捏?
Config:
{
“inbounds”: [{
“port”: 67,
“protocol”: “vmess”,
“settings”: {
“clients”: [
{
“id”: “c6b28ef6-02fd-4267-bc1a-7d90bb36fde6”,
“level”: 1,
“alterId”: 64
}
]
},
“streamSettings”: {
“network”: “kcp”
}
}],
“outbounds”: [{
“protocol”: “freedom”,
“settings”: {}
},{
“protocol”: “blackhole”,
“settings”: {},
“tag”: “blocked”
}],
“routing”: {
“rules”: [
{
“type”: “field”,
“ip”: [“geoip:private”],
“outboundTag”: “blocked”
}
]
}
}