1
0
Fork 0

pre-router: fix dns name

This commit is contained in:
Garionion 2022-07-15 09:39:13 +02:00
parent 8377807d78
commit df8f9c1c83
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
recommendedProxySettings = true;
recommendedTlsSettings = true;
};
services.nginx.virtualHosts."lightbuffet.entr0py.cloud" = { # Gitea hostname
services.nginx.virtualHosts."lightbuffet.bula22.de" = { # Gitea hostname
enableACME = true; # Use ACME certs
forceSSL = true; # Force SSL
locations."/" = {

View File

@ -7,7 +7,7 @@
conntrack-tools # view network connection states
];
networking.firewall.interfaces.lan.allowedUDPPorts = [ 67 53 ];
networking.firewall.interfaces.ens19.allowedUDPPorts = [ 67 53 ];
networking = {
nameservers = [ "141.24.40.3" "141.24.40.4" ];
nat = {