X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3c04e993b75d67bed5fc269d84ff1519353f0a32..14e316cd3e1ab5f25a54d0765ebad61ac665ccb4:/cookbooks/networking/recipes/default.rb diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 22ed79abe..81437acc0 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -271,8 +271,9 @@ if node[:networking][:wireguard][:enabled] # Grant roaming node.default[:networking][:wireguard][:peers] << { - :public_key => "RofATnvlWxP3mt87+QKRXFE5MVxtoCcTsJ+yftZYEE4=", - :allowed_ips => "10.89.123.1/32" + :public_key => "YbUkREE9TAmomqgL/4Fh2e5u2Hh7drN/2o5qg3ndRxg=", + :allowed_ips => "10.89.123.1/32", + :endpoint => "roaming.firefishy.com:51820" } end