Give nub the 10.100.1.0/24 subnet
This commit is contained in:
parent
ed27586631
commit
3fade7c667
|
@ -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=";
|
||||
|
|
Loading…
Reference in New Issue