mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix some log issues with V2Ray
This commit is contained in:
parent
113274239a
commit
c67d378688
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ Usage: v2ray-rules6 [options]
|
|||
--local-default <bypass|forward|checkdst>
|
||||
Default action for local out TCP traffic
|
||||
|
||||
The following ipsets will be created by ss-rules. They are also intended to be
|
||||
The following ipsets will be created by v2ray-rules. They are also intended to be
|
||||
populated by other programs like dnsmasq with ipset support
|
||||
|
||||
v2ray_rules6_src_bypass
|
||||
|
@ -73,7 +73,7 @@ o_dst_default=bypass
|
|||
o_local_default=bypass
|
||||
|
||||
__errmsg() {
|
||||
echo "ss-rules6: $*" >&2
|
||||
echo "v2ray-rules6: $*" >&2
|
||||
}
|
||||
|
||||
v2ray_rules6_parse_args() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue