File: portexcludes.conf.in

package info (click to toggle)
libreswan 5.2-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 81,632 kB
  • sloc: ansic: 129,988; sh: 32,018; xml: 20,646; python: 10,303; makefile: 3,022; javascript: 1,506; sed: 574; yacc: 511; perl: 264; awk: 52
file content (15 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Direction	Proto	Source 	Dest	Prio
#
# Exclude ssh incoming and outgoing from IPsec encryption for ipv4 and ipv6
#both		tcp	any	22	1023
#
# Exclude outgoing HTTPS from IPsec encryption for ipv4 and ipv6
#out		tcp	any	443	1023
#
# Exclude incoming SMTP for ipv4 for ipv4
#in		tcp	any4	25	1023
# Exclude incoming SMTP for ipv4 from 10.0.0.0/8 only
#in		tcp	10.0.0.0/8	25	1023
#
# All udp port 666 should go in the clear within 10/8
#both	udp	10.0.0.0/8	10.0.0.0/8@666	1023