Skip to content

Instantly share code, notes, and snippets.

@tearfulDalvik
Last active October 31, 2022 03:56
Show Gist options
  • Save tearfulDalvik/7a66997caa0f2bae0f9658998bf98321 to your computer and use it in GitHub Desktop.
Save tearfulDalvik/7a66997caa0f2bae0f9658998bf98321 to your computer and use it in GitHub Desktop.
Test V2Ray config
{
"inbounds": [
{
"port": 10086,
"protocol": "shadowsocks",
"settings": {
"method": "aes-128-gcm",
"ota": true,
"password": "ipv4-c001-ctg001-telxius-isp.1.oca.nflxvideo.net"
}
},
{
"port": 10087,
"protocol": "shadowsocks",
"settings": {
"method": "aes-128-gcm",
"ota": true,
"password": "ipv4-c001-ctg001-telxius-isp.1.oca.nflxvideo.net"
}
},
{
"port": 10088,
"protocol": "shadowsocks",
"settings": {
"method": "aes-128-gcm",
"ota": true,
"password": "ipv4-c001-ctg001-telxius-isp.1.oca.nflxvideo.net"
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment