[wg] switch which wg ip incremented
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# Client configuration for wireguard to nimbus at xecut.
|
# Client configuration for wireguard to nimbus at xecut.
|
||||||
|
|
||||||
[Interface]
|
[Interface]
|
||||||
Address = 10.0.0.2/32
|
Address = 10.0.0.{{id}}/32
|
||||||
PrivateKey = PRIVATE_KEY
|
PrivateKey = PRIVATE_KEY
|
||||||
DNS = 9.9.9.9
|
DNS = 9.9.9.9
|
||||||
|
|
||||||
[Peer]
|
[Peer]
|
||||||
PublicKey = GH+qA1Au9BraGhNt7Aqp8tdhGVfH8ENnY3VzKhe69XQ=
|
PublicKey = GH+qA1Au9BraGhNt7Aqp8tdhGVfH8ENnY3VzKhe69XQ=
|
||||||
Endpoint = space.xecut.me:51900
|
Endpoint = space.xecut.me:51900
|
||||||
AllowedIPs = 10.0.0.{{id}}/24
|
AllowedIPs = 10.0.0.1/24
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user