diff options
| author | W. Kosior <koszko@koszko.org> | 2025-03-29 09:24:50 +0100 | 
|---|---|---|
| committer | W. Kosior <koszko@koszko.org> | 2025-03-29 09:24:50 +0100 | 
| commit | c92c0c15f5e61828995db582bdc2c123383361a9 (patch) | |
| tree | c6ada3a9455a003292516f0c00eb831c9dd1206f | |
| parent | 0be434c9a154d56fdba8c41262bdef55f9dd1a32 (diff) | |
| download | koszko-org-guix-server-magister.tar.gz koszko-org-guix-server-magister.zip  | |
| -rw-r--r-- | salamina.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/salamina.scm b/salamina.scm index f14fd90..ee44748 100644 --- a/salamina.scm +++ b/salamina.scm @@ -612,7 +612,7 @@ COMMIT      -j DNAT --to-destination 10.8.0.36:11022  ~@*  -A PREROUTING -p tcp --destination ~a --dport 12022 \ -    -j DNAT --to-destination 10.8.0.14:12022 +    -j DNAT --to-destination 10.8.0.37:12022  -A POSTROUTING ! --source 10.8.0.0/24 --destination 10.8.0.0/24 \      -j SNAT --to-source 10.8.0.1 @@ -911,7 +911,7 @@ authorityKeyIdentifier  = keyid,issuer:always             ;; Guix.             (opaque-configuration "push \"dhcp-option DNS 10.8.0.1\""))))         '(("10.8.0.36" . "koszko.org-pafos-client") -         ("10.8.0.14" . "koszko.org-guixbuilds-client")))) +         ("10.8.0.37" . "koszko.org-guixbuilds-client"))))  (prepend %services    (service vpn:openvpn-server-service-type  | 
