summarylogtreecommitdiffstats
path: root/server.json
blob: a1de056e81af3604f965623e3c50f05f3dc121d5 (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
{
    "server": "[::]:443",

    "users": {
        "00000000-0000-0000-0000-000000000000": "PASSWORD_0",
        "00000000-0000-0000-0000-000000000001": "PASSWORD_1"
    },

    "certificate": "PATH/TO/CERTIFICATE",

    "private_key": "PATH/TO/PRIVATE_KEY",

    "congestion_control": "cubic",

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

    "udp_relay_ipv6": true,

    "zero_rtt_handshake": false,

    "dual_stack": true,

    "auth_timeout": "3s",

    "task_negotiation_timeout": "3s",

    "max_idle_time": "10s",

    "max_external_packet_size": 1500,

    "send_window": 16777216,

    "receive_window": 8388608,

    "gc_interval": "3s",

    "gc_lifetime": "15s",

    "log_level": "warn"
}