]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/portfw.cgi
Port 445 -> 444 gewechselt und XTAccess-Regeln ausgeschaltet.
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / portfw.cgi
index bfa9e99e7118b1ade4ceb5da3deec2bcd986bec8..ca626f8b08a5f93254095620c8d03cd917f14df9 100644 (file)
@@ -1040,7 +1040,7 @@ sub disallowreserved
 {\r
        # port 67 and 68 same for tcp and udp, don't bother putting in an array\r
        my $msg = "";\r
-       my @tcp_reserved = (81,222,445);\r
+       my @tcp_reserved = (81,222,444);\r
        my $prt = $_[0]; # the port or range\r
        my $ryn = $_[1]; # tells us whether or not it is a port range\r
        my $prot = $_[2]; # protocol\r