Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 699530900b | |||
| f5ffb72ca7 |
@@ -1,6 +1,7 @@
|
|||||||
packages {
|
packages {
|
||||||
'iwinfo',
|
|
||||||
'gluon-authorized-keys',
|
'gluon-authorized-keys',
|
||||||
|
'iperf3',
|
||||||
|
'iwinfo',
|
||||||
}
|
}
|
||||||
|
|
||||||
features {
|
features {
|
||||||
|
|||||||
15
site.conf
15
site.conf
@@ -124,16 +124,15 @@
|
|||||||
|
|
||||||
-- List of peers.
|
-- List of peers.
|
||||||
peers = {
|
peers = {
|
||||||
peer1 = {
|
hashtag = {
|
||||||
key = 'deadbeef',
|
key = '71c13aad659612721d93c2e0d6270bea4808b16480fe4db9bfdb7248d987e48d',
|
||||||
|
|
||||||
-- This is a list, so you might add multiple entries.
|
-- This is a list, so you might add multiple entries.
|
||||||
remotes = {'ipv4 "xxx.somehost.invalid" port xxxxxx'},
|
remotes = {
|
||||||
},
|
'ipv4 "home.laboratoryb.org" port 10001',
|
||||||
peer2 = {
|
'ipv4 "10.0.7.226" port 10001',
|
||||||
key = 'deadbeef',
|
'ipv4 "204.13.45.156" port 10001',
|
||||||
-- You can also omit the ipv4 to allow both connection via ipv4 and ipv6
|
},
|
||||||
remotes = {'"xxx.somehost2.invalid" port xxxxx'},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user