diff options
author | Dengfeng Liu <liudf0716@gmail.com> | 2023-09-22 03:40:23 +0000 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-09-23 12:17:45 +0800 |
commit | 6cd80e07273d7e7f291f15601f0cf77f88732351 (patch) | |
tree | 1dd559634187b64521f511b0fd743970b9a3a0e4 /net/xfrpc/files | |
parent | 4374c3250f424f1e57b175961adb41f24489510d (diff) |
xfrpc: update to version 2.9.644
Release notes:
https://github.com/liudf0716/xfrpc/releases/tag/2.9.644
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Diffstat (limited to 'net/xfrpc/files')
-rwxr-xr-x | net/xfrpc/files/xfrpc.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrpc/files/xfrpc.init b/net/xfrpc/files/xfrpc.init index 3b0ddedaf..cc803b0a2 100755 --- a/net/xfrpc/files/xfrpc.init +++ b/net/xfrpc/files/xfrpc.init @@ -28,7 +28,7 @@ handle_xfrpc() { echo "local_ip = $local_ip" >> "$config" echo "local_port = $local_port" >> "$config" case "$type" in - tcp) + tcp|mstsc|socks5) config_get remote_port "$name" remote_port echo "remote_port = $remote_port" >> "$config" ;; |