fixed incorrect text in misc.cpp

This commit is contained in:
wangyu- 2018-10-21 14:13:36 +08:00 committed by GitHub
parent d6c31f00ac
commit 175a28d7f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1371,7 +1371,7 @@ void iptables_rule() // handles -a -g --gen-add --keep-rule --clear --wait-loc
{
mylog(log_warn, "It not necessary to use iptables/firewall rule in udp mode\n");
}
log_bare(log_warn,"for linux, ipv 4, use:\n");
log_bare(log_warn,"for linux, use:\n");
if(raw_ip_version==AF_INET)
{
if(raw_mode==mode_faketcp)