Add work ISP router subnet to Wireguard allowedIPs

This commit is contained in:
coolneng 2021-04-07 12:12:43 +02:00
parent 8569716323
commit d4c548695f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
# unit
{
publicKey = "SYfPEKJkO3HaCiQdV/iionsS6CEjLcLt9C0x0Ib3tEU=";
allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" ];
allowedIPs = [ "10.9.0.1/32" "10.0.1.0/24" "10.0.0.0/24" ];
endpoint = "coace.duckdns.org:1194";
}
];