-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
33 lines (33 loc) · 1.15 KB
/
config.json
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
{
"version": "1.0.4",
"wanosConfigFile": "/etc/wanos/wanos.conf",
"wanosLicenseFile": "/tce/etc/wanos/license.info",
"wanosPeersFile": "/etc/wanos/peers",
"wcmConfigFile": "/etc/wanos/wcmconfig.json",
"tunnelPoliciesFile": "/etc/wanos/tunnel_policies",
"trafficPoliciesFile": "/etc/wanos/policies",
"tcpxPoliciesFile": "/etc/wanos/tcpx_policies",
"groupObjectsFile": "/etc/wanos/groupobjects",
"lighttpdPasswordFile": "/etc/.lighttpdpassword",
"webcachePath": "/var/www/stats/sa/",
"webcacheConfPath": "/tce/etc/wanos/sa/",
"rrdStatsPath": "/var/www/stats/",
"portObjectsPath": "/etc/wanos/portobjects",
"dpiProtocolsPath": "/etc/wanos/dpi.protocols",
"reconfigureFile": "/etc/wanos/reconfigure",
"staticRoutesFile": "/etc/wanos/static_routes",
"benchmarkFile": "/wanos/bench.log",
"imagePath": "/tce/packages",
"backupPath": "/var/www/stats/reports",
"hashAlgo": "sha256",
"statusInterval": 5000,
"wanosNic": ["tap0", "tap1"],
"wanosNicPollInterval": 5000,
"wanosWanNic": "wan0",
"wcmDomainName": "wcm.wanos.co",
"rpcPort": 50051,
"restartDelay": 5000,
"clickIp": "127.0.0.1",
"clickPort": 13000,
"logLevel": "info"
}