Skip to content

Commit cd77ad5

Browse files
committed
refine error message
1 parent c13cb9b commit cd77ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firewall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def main(port_v6, port_v4, dnsport_v6, dnsport_v4, method, udp, syslog):
585585
elif program_exists('pfctl'):
586586
method = "pf"
587587
else:
588-
raise Fatal("can't find either ipfw or iptables; check your PATH")
588+
raise Fatal("can't find either ipfw, iptables or pfctl; check your PATH")
589589

590590
if method == "nat":
591591
do_it = do_iptables_nat

0 commit comments

Comments
 (0)