Skip to content

Instantly share code, notes, and snippets.

@MikletNg
Last active July 4, 2019 13:51
Show Gist options
  • Save MikletNg/ca672029ccd1a46378673a75999e5d56 to your computer and use it in GitHub Desktop.
Save MikletNg/ca672029ccd1a46378673a75999e5d56 to your computer and use it in GitHub Desktop.

Revisions

  1. MikletNg revised this gist Jul 4, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion config.json
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    "server_port":8888,
    "local_address":"127.0.0.1",
    "local_port":1080,
    "password":"password",
    "password":"Passw0rd",
    "timeout":120,
    "method":"aes-256-cfb",
    "protocol":"auth_chain_a",
  2. MikletNg revised this gist Jul 4, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion config.json
    Original file line number Diff line number Diff line change
    @@ -14,5 +14,5 @@
    "redirect":"",
    "dns_ipv6":false,
    "fast_open":true,
    "workers":2
    "workers":1
    }
  3. MikletNg revised this gist Jul 4, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion config.json
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    "server_port":8888,
    "local_address":"127.0.0.1",
    "local_port":1080,
    "password":"Passw0rd!@#",
    "password":"password",
    "timeout":120,
    "method":"aes-256-cfb",
    "protocol":"auth_chain_a",
  4. MikletNg created this gist Jul 4, 2019.
    18 changes: 18 additions & 0 deletions config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "server":"0.0.0.0",
    "server_ipv6":"::",
    "server_port":8888,
    "local_address":"127.0.0.1",
    "local_port":1080,
    "password":"Passw0rd!@#",
    "timeout":120,
    "method":"aes-256-cfb",
    "protocol":"auth_chain_a",
    "protocol_param":"",
    "obfs":"http_simple",
    "obfs_param":"",
    "redirect":"",
    "dns_ipv6":false,
    "fast_open":true,
    "workers":2
    }