新增hysteria部分
This commit is contained in:
31
v2ray示例/v2ray-Socks5/socks-http-代理服务器.json
Normal file
31
v2ray示例/v2ray-Socks5/socks-http-代理服务器.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"inbounds": [
|
||||
{
|
||||
"protocol": "http",
|
||||
"port": 58888,
|
||||
"listen": "10.20.1.130"
|
||||
}
|
||||
,
|
||||
{
|
||||
"protocol": "socks",
|
||||
"port": 58889,
|
||||
"listen": "10.20.1.130",
|
||||
"settings": {
|
||||
"auth": "noauth",
|
||||
"udp": true,
|
||||
"userLevel": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"dns": {
|
||||
"network": "udp",
|
||||
"address": "223.5.5.5",
|
||||
"port": 53
|
||||
},
|
||||
"outbounds": [
|
||||
{
|
||||
"protocol": "freedom",
|
||||
"settings": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user