feat: fastd keys

This commit is contained in:
2026-02-05 18:56:48 -05:00
parent a52316f53b
commit f630691d94

View File

@@ -124,16 +124,15 @@
-- List of peers.
peers = {
peer1 = {
key = 'deadbeef',
hashtag = {
key = '71c13aad659612721d93c2e0d6270bea4808b16480fe4db9bfdb7248d987e48d',
-- This is a list, so you might add multiple entries.
remotes = {'ipv4 "xxx.somehost.invalid" port xxxxxx'},
remotes = {
'ipv4 "home.laboratoryb.org" port 10001',
'ipv4 "10.0.7.226" port 10001',
'ipv4 "204.13.45.156" port 10001',
},
peer2 = {
key = 'deadbeef',
-- You can also omit the ipv4 to allow both connection via ipv4 and ipv6
remotes = {'"xxx.somehost2.invalid" port xxxxx'},
},
},