From bfa59d5ebccbee24372f61d56b73a4626bc589d5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 16 Sep 2020 18:42:52 +0100 Subject: [PATCH] Add a keepalive for wireguard on longma --- roles/nchc.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/nchc.rb b/roles/nchc.rb index 9af0b8af1..c376eb371 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -11,7 +11,8 @@ default_attributes( :hosted_by => "NCHC", :location => "Hsinchu, Taiwan", :networking => { - :nameservers => ["140.110.16.1", "140.110.4.1"] + :nameservers => ["140.110.16.1", "140.110.4.1"], + :wireguard => { :keepalive => 180 } } ) -- 2.39.5