mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add traffic route comment
This commit is contained in:
parent
596ca3f1a3
commit
a5be7e4c4f
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ in with lib; {
|
||||||
presharedKeyFile =
|
presharedKeyFile =
|
||||||
"/home/muon/wireguard-keys/psk-${config.networking.hostName}";
|
"/home/muon/wireguard-keys/psk-${config.networking.hostName}";
|
||||||
allowedIPs = [ "10.0.0.${toString wg.id}/24" ];
|
allowedIPs = [ "10.0.0.${toString wg.id}/24" ];
|
||||||
|
# allowedIPs = [ "0.0.0.0/0" ];
|
||||||
# ip route add 93.95.230.11 via 192.168.0.1
|
# ip route add 93.95.230.11 via 192.168.0.1
|
||||||
endpoint = "93.95.230.11:51820";
|
endpoint = "93.95.230.11:51820";
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue