summarylogtreecommitdiffstats
path: root/client.json
blob: 677356eb22f8dfff32ab83e2fd32dd152058cc66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "relay": {
        "server": "example.com:443",

        "uuid": "00000000-0000-0000-0000-000000000000",

        "password": "PASSWORD",

        "ip": "127.0.0.1",

        "certificates": ["PATH/TO/CERTIFICATE_1", "PATH/TO/CERTIFICATE_2"],

        "udp_relay_mode": "native",

        "congestion_control": "cubic",

        "alpn": ["h3", "spdy/3.1"],

        "zero_rtt_handshake": false,

        "disable_sni": false,

        "timeout": "8s",

        "heartbeat": "3s",

        "disable_native_certs": false,

        "send_window": 16777216,

        "receive_window": 8388608,

        "gc_interval": "3s",

        "gc_lifetime": "15s"
    },

    "local": {
        "server": "[::]:1080",

        "username": "USERNAME",

        "password": "PASSWORD",

        "dual_stack": true,

        "max_packet_size": 1500
    },

    "log_level": "warn"
}