15 lines
449 B
Plaintext
15 lines
449 B
Plaintext
#
|
|
# These filter rules should prevent unwanted internet services to
|
|
# keep your connections up by ignoring their connection requests
|
|
# and your 'go way' responses.
|
|
#
|
|
# This file should be included by the line 'file /etc/ppp/filters' in
|
|
# /etc/ppp/options.
|
|
#
|
|
# Note: This has nothing to do with firewall rules. It only affects
|
|
# the idle time calculation of the kernel/pppd.
|
|
#
|
|
|
|
active-filter 'outbound and not icmp[0] == 3 and not tcp[13] & 4 != 0'
|
|
|