Skip to content

Instantly share code, notes, and snippets.

@lewangdev
Last active February 26, 2020 04:23
Show Gist options
  • Save lewangdev/1f99937f5f338c7c56ec5fbf146befa7 to your computer and use it in GitHub Desktop.
Save lewangdev/1f99937f5f338c7c56ec5fbf146befa7 to your computer and use it in GitHub Desktop.
{
"inbounds": [
{
"port": 1082,
"protocol": "socks",
"settings": {
"auth": "noauth"
}
},
{
"port": 1081,
"protocol": "dokodemo-door",
"settings": {
"network": "tcp",
"timeout": 30,
"followRedirect": true
}
}
],
"outbounds": [
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "v2vary.example.com",
"port": 12345,
"users": [
{
"id": "353e204c-dc23-46d2-a6eb-3619da439c89",
"alterId": 64
}
]
}
]
}
}
]
}
{
"inbounds": [
{
"port": 12345,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "353e204c-dc23-46d2-a6eb-3619da439c89",
"alterId": 64
}
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}
{
"inbounds": [
{
"listen":"127.0.0.1",
"port": 1111,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "353e204c-dc23-46d2-a6eb-3619da439c89",
"alterId": 64
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/ws"
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment