-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconfig.example.json
More file actions
28 lines (28 loc) · 851 Bytes
/
config.example.json
File metadata and controls
28 lines (28 loc) · 851 Bytes
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
{
"credentials": {
"username": "admin",
"password": "change-me-to-a-strong-password",
"panel_port": 9453
},
"subscription": {
"ssh_host": "my-vps",
"domain": "sub.example.com",
"file_path": "/var/www/sub/random-path-here",
"url_path": "random-path-here",
"cert_path": "/etc/nginx/ssl/example.com.crt",
"key_path": "/etc/nginx/ssl/example.com.key"
},
"defaults": {
"protocol": "vless",
"security": "reality",
"sni": "www.microsoft.com",
"fingerprint": "chrome",
"preferred_ports": [443, 2083, 8443, 2053, 2087, 2096],
"dns": {
"domestic": ["223.5.5.5", "119.29.29.29"],
"domestic_doh": ["https://dns.alidns.com/dns-query", "https://doh.pub/dns-query"],
"foreign": ["https://dns.google/dns-query", "https://cloudflare-dns.com/dns-query"]
}
},
"nodes": []
}