Open port 6080 for hound

This commit is contained in:
Dave Gallant
2021-06-24 08:03:02 -04:00
parent d6c742fe32
commit b4e2eba11d
2 changed files with 12 additions and 7 deletions

View File

@@ -15,7 +15,12 @@
address = "192.168.0.1";
interface = "enp34s0";
};
firewall = { allowedTCPPorts = [ 8001 ]; };
firewall = {
allowedTCPPorts = [
6080 # hound
8001 # datasette
];
};
};
# Enable the OpenSSH server.