Skip to content

Commit

Permalink
update version to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zfl9 committed May 18, 2024
1 parent 87ddddc commit 1a5f208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipt2socks.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#define TCP_SPLICE_MAXLEN 65535 /* uint16_t: 0~65535 */

#define IPT2SOCKS_VERSION "ipt2socks v1.1.3 <https://github.com/zfl9/ipt2socks>"
#define IPT2SOCKS_VERSION "ipt2socks v1.1.4 <https://github.com/zfl9/ipt2socks>"

enum {
OPT_ENABLE_TCP = 0x01 << 0, // enable tcp proxy
Expand Down

0 comments on commit 1a5f208

Please sign in to comment.