firewall: open iperf3 fully
This commit is contained in:
parent
24412cbfc7
commit
56bc914934
@ -33,8 +33,6 @@
|
||||
config = {
|
||||
time.timeZone = config.mj.timeZone;
|
||||
|
||||
mj.services.friendlyport.vpn.ports = [config.services.iperf3.port];
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
supportedLocales = [
|
||||
@ -144,6 +142,8 @@
|
||||
};
|
||||
|
||||
networking.firewall.logRefusedConnections = false;
|
||||
networking.firewall.allowedTCPPorts = [config.services.iperf3.port];
|
||||
networking.firewall.allowedUDPPorts = [config.services.iperf3.port];
|
||||
|
||||
services = {
|
||||
chrony = {
|
||||
|
Loading…
Reference in New Issue
Block a user