From 7ea036c5c720451f3a59bf88021dc574aafb3242 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 28 Jul 2022 19:01:40 +0300 Subject: [PATCH 1/1] networking: add endpoint for my roaming device --- cookbooks/networking/recipes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index bf6ff6c57..81437acc0 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -272,7 +272,8 @@ if node[:networking][:wireguard][:enabled] # Grant roaming node.default[:networking][:wireguard][:peers] << { :public_key => "YbUkREE9TAmomqgL/4Fh2e5u2Hh7drN/2o5qg3ndRxg=", - :allowed_ips => "10.89.123.1/32" + :allowed_ips => "10.89.123.1/32", + :endpoint => "roaming.firefishy.com:51820" } end -- 2.39.5