From f630691d941b517125edca801469dd7d2c4b71ae Mon Sep 17 00:00:00 2001 From: mkennedy Date: Thu, 5 Feb 2026 18:56:48 -0500 Subject: [PATCH] feat: fastd keys --- site.conf | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/site.conf b/site.conf index bbd7c6a..3100e0b 100644 --- a/site.conf +++ b/site.conf @@ -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'}, - }, - peer2 = { - key = 'deadbeef', - -- You can also omit the ipv4 to allow both connection via ipv4 and ipv6 - remotes = {'"xxx.somehost2.invalid" port xxxxx'}, + remotes = { + 'ipv4 "home.laboratoryb.org" port 10001', + 'ipv4 "10.0.7.226" port 10001', + 'ipv4 "204.13.45.156" port 10001', + }, }, },