disable standard firewall
This commit is contained in:
@@ -110,19 +110,19 @@ in
|
||||
};
|
||||
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80 # http
|
||||
443 # https
|
||||
1704 # snapcast
|
||||
1705 # snapcast
|
||||
5000 # airplay
|
||||
5353 # airplay
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
5000 # airplay
|
||||
5353 # airplay
|
||||
];
|
||||
networking.firewall.allowedUDPPortRanges = [
|
||||
{ from = 6001; to = 6011; } # airplay
|
||||
];
|
||||
# networking.firewall.allowedTCPPorts = [
|
||||
# 80 # http
|
||||
# 443 # https
|
||||
# 1704 # snapcast
|
||||
# 1705 # snapcast
|
||||
# 5000 # airplay
|
||||
# 5353 # airplay
|
||||
# ];
|
||||
# networking.firewall.allowedUDPPorts = [
|
||||
# 5000 # airplay
|
||||
# 5353 # airplay
|
||||
# ];
|
||||
# networking.firewall.allowedUDPPortRanges = [
|
||||
# { from = 6001; to = 6011; } # airplay
|
||||
# ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user