mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-06-29 16:37:10 -04:00
fix explainer comment
This commit is contained in:
parent
a53802748d
commit
57bff8ceb9
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ echo "For the UDP and TCP reply services:"
|
|||
echo "Install nmap-ncat:"
|
||||
echo "sudo dnf install nmap-ncat"
|
||||
echo "Allow incoming traffic from local virtual interfaces on the appropriate ports:"
|
||||
echo "sudo iptables -I INPUT -i vif+ -p udp --dport $udp_echo_port_0 -j ACCEPT"
|
||||
echo "sudo iptables -I INPUT -i vif+ -p udp --dport $udp_echo_port_1 -j ACCEPT"
|
||||
echo "sudo iptables -I INPUT -i vif+ -p udp --dport $udp_echo_port -j ACCEPT"
|
||||
echo "sudo iptables -I INPUT -i vif+ -p tcp --dport $tcp_echo_port -j ACCEPT"
|
||||
echo "Then run the services:"
|
||||
echo "ncat -e /bin/cat -k -u -l 1235"
|
||||
echo "ncat -e /bin/cat -k -l 6668"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue