mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-22 15:23:08 +01:00
113 lines
2.0 KiB
YAML
113 lines
2.0 KiB
YAML
interface:
|
|
itype: stdio
|
|
name: tap2
|
|
vppifaceid: 2
|
|
vppbridgeid: 0
|
|
macaddrprefix: AA:BB:CC:DD:EE
|
|
mtu: 1400
|
|
recvaddr: 127.0.0.1:4002
|
|
sendaddr: 127.0.0.1:5002
|
|
l2headermode: kbdbg
|
|
nodeid: 2
|
|
nodename: Node02
|
|
privkey: UNZMzPX5fG/8yGC8edVj/ksF9N6ARRqdq7fqE/PD7ls=
|
|
listenport: 3002
|
|
loglevel:
|
|
loglevel: normal
|
|
logtransit: true
|
|
logcontrol: true
|
|
dynamicroute:
|
|
sendpinginterval: 20
|
|
dupchecktimeout: 40
|
|
conntimeout: 30
|
|
savenewpeers: false
|
|
supernode:
|
|
usesupernode: false
|
|
connurlv4: 127.0.0.1:3000
|
|
pubkeyv4: LJ8KKacUcIoACTGB/9Ed9w0osrJ3WWeelzpL2u4oUic=
|
|
connurlv6: '[::1]:3000'
|
|
pubkeyv6: HCfL6YJtpJEGHTlJ2LgVXIWKB/K95P57LHTJ42ZG8VI=
|
|
apiurl: http://127.0.0.1:3000/api
|
|
supernodeinfotimeout: 40
|
|
p2p:
|
|
usep2p: true
|
|
sendpeerinterval: 20
|
|
peeralivetimeout: 30
|
|
graphrecalculatesetting:
|
|
jittertolerance: 20
|
|
jittertolerancemultiplier: 1.1
|
|
nodereporttimeout: 40
|
|
recalculatecooldown: 5
|
|
ntpconfig:
|
|
usentp: true
|
|
maxserveruse: 5
|
|
servers:
|
|
- time.google.com
|
|
- time1.google.com
|
|
- time2.google.com
|
|
- time3.google.com
|
|
- time4.google.com
|
|
- time1.facebook.com
|
|
- time2.facebook.com
|
|
- time3.facebook.com
|
|
- time4.facebook.com
|
|
- time5.facebook.com
|
|
- time.cloudflare.com
|
|
- time.apple.com
|
|
- time.asia.apple.com
|
|
- time.euro.apple.com
|
|
- time.windows.com
|
|
nexthoptable:
|
|
1:
|
|
2: 2
|
|
3: 2
|
|
4: 2
|
|
5: 2
|
|
6: 2
|
|
2:
|
|
1: 1
|
|
3: 3
|
|
4: 4
|
|
5: 3
|
|
6: 4
|
|
3:
|
|
1: 2
|
|
2: 2
|
|
4: 4
|
|
5: 5
|
|
6: 4
|
|
4:
|
|
1: 2
|
|
2: 2
|
|
3: 3
|
|
5: 3
|
|
6: 6
|
|
5:
|
|
1: 3
|
|
2: 3
|
|
3: 3
|
|
4: 3
|
|
6: 3
|
|
6:
|
|
1: 4
|
|
2: 4
|
|
3: 4
|
|
4: 4
|
|
5: 4
|
|
resetconninterval: 86400
|
|
peers:
|
|
- nodeid: 1
|
|
pubkey: CooSkIP7/wiC7Rh83UYnB2yPkJijkNFmhtorHtyYlzY=
|
|
pskey: ""
|
|
endpoint: 127.0.0.1:3001
|
|
static: true
|
|
- nodeid: 3
|
|
pubkey: 0meQ0pQCAkLZdpfyMqggpnk0k3UKG2M8jfIMlQjTRWs=
|
|
pskey: ""
|
|
endpoint: 127.0.0.1:3003
|
|
static: true
|
|
- nodeid: 4
|
|
pubkey: 2EfY85KF1S+3dZ3A55eZcyi0QU+sOzOyuADtJs2U2Ww=
|
|
pskey: ""
|
|
endpoint: 127.0.0.1:3004
|
|
static: true |