Give nub the 10.100.1.0/24 subnet

This commit is contained in:
fallingsky04 2024-03-07 07:58:31 +00:00
parent ed27586631
commit 3fade7c667
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
# Public key of the peer (not a file path).
publicKey = "L4msD0mEG2ctKDtaMJW2y3cs1fT2LBRVV7iVlWZ2nZc=";
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
allowedIPs = [ "10.100.0.2/32" ];
allowedIPs = [ "10.100.1.0/24" ];
}
{ # ku
publicKey = "L4msD0mEG2ctKDtaMJW2y3cs1fT2LBRVV7iVlWZ2nZc=";