Skip to content

Instantly share code, notes, and snippets.

@madeye
Last active February 2, 2020 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madeye/7fa017e418ef84701249202f7f9aa3cf to your computer and use it in GitHub Desktop.
Save madeye/7fa017e418ef84701249202f7f9aa3cf to your computer and use it in GitHub Desktop.
{
"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