Last active
February 2, 2020 08:46
-
-
Save madeye/7fa017e418ef84701249202f7f9aa3cf to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"version": 1, | |
"remark": "Some server", | |
"servers": [ | |
{ | |
"id": "1a2b3c4d", | |
"remark": "Server A", | |
"server": "example.com", | |
"server_port": 1234, | |
"password": "example", | |
"method": "chacha20-ietf-poly1305", | |
"plugin": "xxx", | |
"plugin_opts": "xxxxx" | |
}, | |
{ | |
"id": "1a2b3c4e", | |
"remark": "Server B", | |
"server": "example.com", | |
"server_port": 1234, | |
"password": "example", | |
"method": "chacha20-ietf-poly1305", | |
"plugin": "xxx", | |
"plugin_opts": "xxxxx" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment