]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Firewall: added DNS (UDP,TCP) to default services
authorAlexander Marx <amarx@ipfire.org>
Mon, 9 Dec 2013 10:06:50 +0000 (11:06 +0100)
committerAlexander Marx <amarx@ipfire.org>
Mon, 9 Dec 2013 10:06:50 +0000 (11:06 +0100)
config/fwhosts/customservices

index 07dd3d2b77f80eb44d39ed4a536f3e62bda6993d..7f9ae3a6f3950cd003d0cbcf0a718ab616e067a7 100644 (file)
@@ -1,15 +1,16 @@
 32,rsync,873,TCP,BLANK,0
+33,DNS (UDP),53,UDP,,0
 21,IMAPS,993,TCP,BLANK,0
 7,WINS,42,TCP,BLANK,0
 26,LPD,515,TCP,BLANK,0
-17,IRC,194,TCP,BLANK,0
 2,FTP-control,21,TCP,BLANK,0
+17,IRC,194,TCP,BLANK,0
 1,FTP-data,20,TCP,BLANK,0
 18,HTTPS,443,TCP,BLANK,0
 30,NFS,2049,TCP,BLANK,0
 16,SNMP,161,UDP,BLANK,0
-25,IPP (UDP),631,UDP,BLANK,0
 27,JetDirect,9100,TCP,BLANK,0
+25,IPP (UDP),631,UDP,BLANK,0
 28,LDAP,389,TCP,BLANK,0
 14,NetBIOS Session Service,139,TCP,BLANK,0
 20,FTPS control,990,TCP,BLANK,0
@@ -18,8 +19,8 @@
 31,Radius,1812,TCP,BLANK,0
 11,NTP,123,UDP,BLANK,0
 22,POP3S,995,TCP,BLANK,0
-13,NetBIOS Datagram Service,138,TCP,BLANK,0
 23,RDP,3389,TCP,BLANK,0
+13,NetBIOS Datagram Service,138,TCP,BLANK,0
 29,LDAPS,636,TCP,BLANK,0
 6,Time,37,TCP,BLANK,0
 3,SSH,22,TCP,BLANK,0
@@ -28,5 +29,6 @@
 15,IMAP,143,TCP,BLANK,0
 8,HTTP,80,TCP,BLANK,0
 4,Telnet,23,UDP,BLANK,0
+34,DNS (TCP),53,TCP,,0
 19,FTPS data,989,TCP,BLANK,0
 5,SMTP,25,TCP,BLANK,0