mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-05-02 14:16:02 -04:00
WIP
This commit is contained in:
parent
dee0d32549
commit
64a7fe7056
2 changed files with 6 additions and 3 deletions
|
@ -23,6 +23,9 @@ done
|
|||
echo "$TEST_VM firewall rules are now:"
|
||||
qvm-firewall $TEST_VM list
|
||||
|
||||
echo "Setting $TEST_VM specialtarget=dns rule:"
|
||||
qvm-firewall $TEST_VM add accept specialtarget=dns
|
||||
|
||||
echo "Setting $TEST_VM allow rule for TCP port 8082 to 10.137.0.5:"
|
||||
qvm-firewall $TEST_VM add accept 10.137.0.5 tcp 8082
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue