chore: update

This commit is contained in:
zizifn
2020-12-13 21:04:31 +08:00
committed by zizifn3
parent 99deecc173
commit 1460c8fdfe
3 changed files with 30 additions and 27 deletions

27
v2rayconf.sh Normal file
View File

@@ -0,0 +1,27 @@
cat << EOF > /etc/v2ray/config.json
{
"inbounds": [
{
"port": $PORT,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "$UUID",
"alterId": 64
}
],
"disableInsecureEncryption": true
},
"streamSettings": {
"network": "ws"
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}
EOF