I want to use frp to map the socks5 service on the intranet. How should I open the tcp port?
As shown in the figure, frps port 7000 is mapped to 31423. How should I map more ports?
My frpc.ini configuration is as follows:
[common]
server_addr = frp-vwwqjaya.ap-northeast-1.clawcloudrun.com
server_port = 31423
[socks5]
type = tcp
plugin = socks5
remote_port = 31000
If I can't map more ports, how should I connect to the socks5 service on port 31000?