You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use ip(6)tables --wait
made ip(6)tables commands configurable
RELATED,ESTABLISHED -> ESTABLISHED for better security (fixes#9)
ported from sysvinit to (systemd) netfilter-persistent
also source configuration folder /rw/config/vpn-firewall.d/*.conf
Debian packaging
licensing
refactoring
comments
For better security.
RELATED
should be removed from...iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
andiptables -A OUTPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
More info:
https://phabricator.whonix.org/T28
The text was updated successfully, but these errors were encountered: