diff options
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" ;; |