-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnodes.toml
More file actions
33 lines (31 loc) · 821 Bytes
/
Copy pathnodes.toml
File metadata and controls
33 lines (31 loc) · 821 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
29
30
31
32
33
repository = "novanet"
network = "10.123.123.0/24"
domain = "blackmesa.labs"
[peers.bigo-home-uk]
username = "bigo"
peername = "home-uk"
address = "10.123.123.60/32"
listen_port = 6666
public_key = "T/HmYDWDJzcGO1DQRWBmsC2YvfSaSCz4zCv495Z64T8="
allowed_ips = ["10.123.123.60/32"]
persistent_keepalive = 0
endpoint = "crisidev.org"
mtu = 1500
[peers.ma82-home]
username = "ma82"
peername = "home"
address = "10.123.123.34/32"
listen_port = 6666
public_key = "y7ZW514KfN0OzRV97NQlEm1tNhGkkq/kaB9LwnBZlSs="
allowed_ips = ["10.123.123.34/32"]
persistent_keepalive = 0
mtu = 1500
[peers.uovobw-raspi-1]
username = "uovobw"
peername = "raspi-1"
address = "10.123.123.42/32"
listen_port = 6666
public_key = "l5f5rhuHYsibxhATaUTSdBGkbwMrsfh0P4RQUCuiq1g="
allowed_ips = ["10.123.123.42/32"]
persistent_keepalive = 20
mtu = 1500