Skip to content

Instantly share code, notes, and snippets.

@bloatfan
Created August 21, 2020 23:14
Show Gist options
  • Save bloatfan/1f1d05efe86f9df83b5901f4dd4b5a36 to your computer and use it in GitHub Desktop.
Save bloatfan/1f1d05efe86f9df83b5901f4dd4b5a36 to your computer and use it in GitHub Desktop.

Revisions

  1. bloatfan created this gist Aug 21, 2020.
    25 changes: 25 additions & 0 deletions config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    {
    "inbounds": [
    {
    "port": 8888,
    "protocol": "vmess",
    "settings": {
    "clients": [
    {
    "id": "b4b24b02-08a8-4ad5-aff2-1bc10a15315b",
    "alterId": 8
    }
    ]
    },
    "streamSettings": {
    "network":"ws"
    }
    }
    ],
    "outbounds": [
    {
    "protocol": "freedom",
    "settings": {}
    }
    ]
    }