24 lines
778 B
Plaintext
24 lines
778 B
Plaintext
# IPv4 Specific Configuration File
|
|
#
|
|
|
|
# Allow everything over loopback (lo ::1/28)
|
|
# Good idea to keep this turned on, but if you so wish to,
|
|
# you can disable it here.
|
|
# Values: no | yes (default)
|
|
AllowAllv6Loopback="yes"
|
|
|
|
# Very early on rules to allow for trusted machines to access
|
|
# this machine. Rather important and helps keep you from getting
|
|
# locked out should the firewalling rules go bad.
|
|
#
|
|
# IMPORTANT: Hosts put in the trusted file will have complete
|
|
# and unfettered access to the host, ignoring all other rules.
|
|
#
|
|
# Config file: ipv6/trusted.conf
|
|
# Values: no | yes (default)
|
|
EnableTrustedv6Hosts="yes"
|
|
|
|
# Enable MSS clamping to work around MTU size issues
|
|
# on network links such as PPPoE and wireless
|
|
# Config file: ipv6/mss-clamp.conf
|
|
Enablev6MSSClamp="yes" |