From ee834c735db7d222428d3dfefbc49ad241a36bd4 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 2 Mar 2026 19:19:38 +0100 Subject: [PATCH] commit configs --- wg.mk | 2 +- xecut/nimbus/dmz.conf | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 xecut/nimbus/dmz.conf diff --git a/wg.mk b/wg.mk index c4f89f8..fb54cce 100644 --- a/wg.mk +++ b/wg.mk @@ -25,5 +25,5 @@ wireguard/dmz.conf: xecut/nimbus/dmz.conf | wireguard/dmz_private_key ###### Wireguard configuration ##### -wireguard/wg_peers.txt: wgkeys.rec | xecut/nimbus/wireguard_server.fmt +wireguard/wg_peers.txt: wgkeys.rec | xecut/nimbus/wireguard_peer.fmt recsel $< -t $(basename $<) | recfmt -f $| > $@ diff --git a/xecut/nimbus/dmz.conf b/xecut/nimbus/dmz.conf new file mode 100644 index 0000000..5b05721 --- /dev/null +++ b/xecut/nimbus/dmz.conf @@ -0,0 +1,12 @@ +# Client configuration for wireguard to nimbus at xecut. + +[Interface] +Address = 10.0.0.2/32 +PrivateKey = PRIVATE_KEY +DNS = 9.9.9.9 + +[Peer] +PublicKey = GH+qA1Au9BraGhNt7Aqp8tdhGVfH8ENnY3VzKhe69XQ= +Endpoint = space.xecut.me:51900 +AllowedIPs = 10.0.0.1/24 +