VEGAS/wireguard-server: switch port
This commit is contained in:
parent
efc518a97b
commit
a464843680
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ in
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedUDPPorts = [ 43 ];
|
allowedUDPPorts = [ 123 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nat.internalIPs = [
|
nat.internalIPs = [
|
||||||
|
@ -23,7 +23,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces.wgstorm = {
|
interfaces.wgstorm = {
|
||||||
ips = [ "10.100.0.1/24" ];
|
ips = [ "10.100.0.1/24" ];
|
||||||
listenPort = 43;
|
listenPort = 123;
|
||||||
privateKeyFile = config.age.secrets.wireguard-key-storm.path;
|
privateKeyFile = config.age.secrets.wireguard-key-storm.path;
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue