Last active
October 31, 2022 03:56
-
-
Save tearfulDalvik/7a66997caa0f2bae0f9658998bf98321 to your computer and use it in GitHub Desktop.
Test V2Ray config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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