-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatic-nodes.example.json
More file actions
56 lines (56 loc) · 1.21 KB
/
Copy pathstatic-nodes.example.json
File metadata and controls
56 lines (56 loc) · 1.21 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
{
"format": "singbox-merger-private-v1",
"nodes": [
{
"type": "vless",
"tag": "Reality",
"server": "1.2.3.4",
"server_port": 20134,
"uuid": "<uuid>",
"flow": "xtls-rprx-vision",
"tls": {
"enabled": true,
"server_name": "<steal-sni>",
"utls": {"enabled": true, "fingerprint": "chrome"},
"reality": {
"enabled": true,
"public_key": "<pbk>",
"short_id": "<sid>"
}
}
},
{
"type": "shadowsocks",
"tag": "ST-LA",
"method": "2022-blake3-aes-128-gcm",
"password": "<ss2022-psk>",
"detour": "st-out-LA"
}
],
"shells": [
{
"type": "shadowtls",
"tag": "st-out-LA",
"server": "1.2.3.4",
"server_port": 443,
"version": 3,
"password": "<shadowtls-password>",
"tls": {
"enabled": true,
"server_name": "www.microsoft.com",
"utls": {"enabled": true, "fingerprint": "chrome"}
}
}
],
"profile_endpoints": {
"ios": [
{
"type": "wireguard",
"tag": "Home",
"address": ["10.99.0.2/32"],
"private_key": "<wireguard-private-key>",
"peers": []
}
]
}
}