Allow fcast TCP ports for Shodan too
This commit is contained in:
parent
9236fcf2fc
commit
df41a23982
|
@ -160,7 +160,7 @@
|
|||
|
||||
networking.firewall.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [22];
|
||||
networking.firewall.allowedTCPPorts = [22 46899 46898];
|
||||
|
||||
# # Enable automounting of removable media
|
||||
# services.udisks2.enable = true;
|
||||
|
|
Loading…
Reference in a new issue