give wireguard clients unique IPs
This commit is contained in:
@@ -8,5 +8,5 @@ DNS = 9.9.9.9
|
||||
[Peer]
|
||||
PublicKey = GH+qA1Au9BraGhNt7Aqp8tdhGVfH8ENnY3VzKhe69XQ=
|
||||
Endpoint = space.xecut.me:51900
|
||||
AllowedIPs = 10.0.0.1/24
|
||||
AllowedIPs = 10.0.0.{{id}}/24
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[Peer]
|
||||
PublicKey = {{pubkey}}
|
||||
AllowedIPs = 10.0.0.2/32
|
||||
AllowedIPs = 10.0.0.{{id}}/32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user