g3proxy: support transmute udp ip in proxy_socks5 escaper

This commit is contained in:
Zhang Jingqiang 2023-07-21 10:39:36 +08:00
parent 7c7a470825
commit aad56f4867
11 changed files with 103 additions and 38 deletions

View file

@ -108,8 +108,8 @@ Set the buffer config for the udp socket.
**default**: not set
auto_reply_local_ip_map
-----------------------
transmute_udp_echo_ip
---------------------
**optional**, **type**: map
@ -117,4 +117,6 @@ Set this if you want to reply another ip other then the real bind ip for the udp
The key of the map should be the local ip, and the value should be the ip you want the client to use.
**default**: not set
**default**: not set, **alias**: auto_reply_local_ip_map
.. versionchanged:: 1.7.19 change option name to transmute_udp_echo_ip