commit configs
This commit is contained in:
2
wg.mk
2
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 $| > $@
|
||||
|
||||
12
xecut/nimbus/dmz.conf
Normal file
12
xecut/nimbus/dmz.conf
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user