-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
69 lines (69 loc) · 1.25 KB
/
config.json
File metadata and controls
69 lines (69 loc) · 1.25 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"runtime": {
"runtime_mode": "Multi",
"worker_threads": null,
"thread_stack_size": null,
"event_interval": null,
"global_queue_interval": null,
"max_io_events_per_tick": null,
"thread_keep_alive": null
},
"log": {
"level": "error",
"file": "l.log"
},
"tls_buffer_limit": 256,
"tcp_proxy_buffer_size": [128, 128],
"udp_proxy_buffer_size": [8, 128],
"tcp_idle_timeout": 150,
"udp_idle_timeout": 60,
"users": [
{
"name": "admin",
"uuid": "a18b0775-2669-5cfc-b5e8-99bd5fd70884"
}
],
"inbounds": [
{
"listen": "0.0.0.0:80",
"transporter": "TCP",
"outbound": "direct",
"tls": {
"enable": false,
"tls13_tickets": 6,
"max_fragment_size": null,
"alpn": ["h2", "http/1.1"],
"certificate": "cert.pem",
"key": "key.pem"
}
}
],
"outbounds": {
"direct": {
"opt": {
"tcp_read_buffered": true,
"interface": null,
"bind_to_device": false,
"mss": null,
"congestion": null,
"send_buffer_size": null,
"recv_buffer_size": null,
"nodelay": null,
"keepalive": null
}
}
},
"resolver": {
"servers": [
{
"proto": null,
"ip": "1.1.1.1"
}
],
"ip_strategy": "Ipv4thenIpv6",
"cache_size": 1024,
"timeout": 2,
"num_concurrent_reqs": 8
},
"rules": null
}