commit 0ceca2879fe0ee058e05efbd192cbfab2ce90473 (tree) parent 94f4510a92f56bd84ef735fb371512679ec49e8e Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Wed, 8 Apr 2026 15:21:56 +0300 firewall Diffstat:
| M | hosts/vno1-gdrx/configuration.nix | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix @@ -198,6 +198,9 @@ in allowedUDPPorts = [ 53 ]; + allowedTCPPorts = [ + 6080 + ]; }; }; }