fix: wireguard is going to work on 8000 now
This commit is contained in:
parent
a769245b14
commit
3129e76528
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ in {
|
||||||
|
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [22];
|
allowedTCPPorts = [22];
|
||||||
allowedUDPPorts = [51820];
|
allowedUDPPorts = [8000];
|
||||||
interfaces.wg0 = {
|
interfaces.wg0 = {
|
||||||
allowedTCPPorts = [53];
|
allowedTCPPorts = [53];
|
||||||
allowedUDPPorts = [53];
|
allowedUDPPorts = [53];
|
||||||
|
@ -70,7 +70,7 @@ in {
|
||||||
wireguard.interfaces.wg0 = {
|
wireguard.interfaces.wg0 = {
|
||||||
# may need to change this to the same base as the full network
|
# may need to change this to the same base as the full network
|
||||||
ips = ["172.20.21.0/24"];
|
ips = ["172.20.21.0/24"];
|
||||||
listenPort = 51820;
|
listenPort = 8000;
|
||||||
privateKeyFile = "/run/agenix/wireguard";
|
privateKeyFile = "/run/agenix/wireguard";
|
||||||
|
|
||||||
peers = [
|
peers = [
|
||||||
|
|
Loading…
Reference in a new issue