ee0a292b21
This rewrite is mainly to adopt new interface for Qubes 4.x. Main changes: - change language from bash to python, introduce qubesagent python package - support both nftables (preferred) and iptables - new interface (https://qubes-os.org/doc/vm-interface/) - IPv6 support - unit tests included - nftables version support running along with other firewall loaded Fixes QubesOS/qubes-issues#1815 QubesOS/qubes-issues#718
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
# Generated by ip6tables-save v1.4.14 on Tue Sep 25 16:00:20 2012
|
|
*filter
|
|
:INPUT DROP [1:72]
|
|
:FORWARD DROP [0:0]
|
|
:OUTPUT ACCEPT [0:0]
|
|
:QBS-FORWARD - [0:0]
|
|
-A INPUT -i lo -j ACCEPT
|
|
-A FORWARD -j QBS-FORWARD
|
|
COMMIT
|
|
# Completed on Tue Sep 25 16:00:20 2012
|