~jdstrand/ufw/ufw-xenial

« back to all changes in this revision

Viewing changes to conf/ufw.defaults

  • Committer: Jamie Strandboge
  • Date: 2012-12-04 15:40:10 UTC
  • Revision ID: jamie@canonical.com-20121204154010-hju2cu9pwhm99sxx
update to new upstream 0.33 release
adjust debian/after6.rules.md5sum and debian/before6.rules.md5sum

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# the changes to take affect.
7
7
IPV6=yes
8
8
 
9
 
# Set the default input policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT.
10
 
# ACCEPT enables connection tracking for NEW inbound packets on the INPUT
11
 
# chain, whereas ACCEPT_NO_TRACK does not use connection tracking. Please note
12
 
# that if you change this you will most likely want to adjust your rules.
 
9
# Set the default input policy to ACCEPT, DROP, or REJECT. Please note that if
 
10
# you change this you will most likely want to adjust your rules.
13
11
DEFAULT_INPUT_POLICY="DROP"
14
12
 
15
 
# Set the default output policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT.
16
 
# ACCEPT enables connection tracking for NEW outbound packets on the OUTPUT
17
 
# chain, whereas ACCEPT_NO_TRACK does not use connection tracking. Please note
18
 
# that if you change this you will most likely want to adjust your rules.
 
13
# Set the default output policy to ACCEPT, DROP, or REJECT. Please note that if
 
14
# you change this you will most likely want to adjust your rules.
19
15
DEFAULT_OUTPUT_POLICY="ACCEPT"
20
16
 
21
17
# Set the default forward policy to ACCEPT, DROP or REJECT.  Please note that