mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-07 23:59:36 +08:00
fixed incorrect text in misc.cpp
This commit is contained in:
parent
d6c31f00ac
commit
175a28d7f4
2
misc.cpp
2
misc.cpp
@ -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");
|
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_ip_version==AF_INET)
|
||||||
{
|
{
|
||||||
if(raw_mode==mode_faketcp)
|
if(raw_mode==mode_faketcp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user