feat: Open firewall port 3000
This commit is contained in:
parent
a06aae7236
commit
432bb85f48
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@
|
|||
"1.0.0.1"
|
||||
];
|
||||
|
||||
# Open Chromecast-related ports
|
||||
firewall.allowedTCPPorts = [ 5556 5558 ];
|
||||
# Open Chromecast-related ports & servedir
|
||||
firewall.allowedTCPPorts = [ 3000 5556 5558 ];
|
||||
};
|
||||
|
||||
# Generate an immutable /etc/resolv.conf from the nameserver settings
|
||||
|
|
Loading…
Reference in a new issue