[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: dover: Add Wireguard keep-alive.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: dover: Add Wireguard keep-alive. |
Date: |
Wed, 21 Apr 2021 03:09:08 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 9630e87 dover: Add Wireguard keep-alive.
9630e87 is described below
commit 9630e87297ea4a5d3c24dc70bb4b56862c7fa0e7
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 21 09:08:21 2021 +0200
dover: Add Wireguard keep-alive.
* hydra/dover.scm (berlin-peer): Set keep-alive to 25 seconds.
---
hydra/dover.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/dover.scm b/hydra/dover.scm
index 16be9b2..d1ecbee 100644
--- a/hydra/dover.scm
+++ b/hydra/dover.scm
@@ -52,7 +52,8 @@
(name "peer")
(endpoint "ci.guix.gnu.org:51820")
(public-key "wOIfhHqQ+JQmskRS2qSvNRgZGh33UxFDi8uuSXOltF0=")
- (allowed-ips '("10.0.0.1/32"))))
+ (allowed-ips '("10.0.0.1/32"))
+ (keep-alive 25)))
;; The actual machine.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: dover: Add Wireguard keep-alive.,
Mathieu Othacehe <=