|
自定义参数选项介绍
Shost//服务器host
Sport//服务器端口
Atoken//服务器认证串
----------------------------
type//要映射的类型,tcp,http,https
Lhost//本地地址,如果是本机直接127.0.0.1
Lport//本地端口
sdname//子域名
Hostname//自定义域名映射
Rport//远程端口,tcp映射的时候,制定端口使用
内网穿透ANMPP实际选项设置例子
-SER[Shost:服务器地址,Sport:服务器端口] -AddTun[Type:tcp,Lhost:127.0.0.1,Lport:80,Rport:8000]
-SER[Shost:服务器地址,Sport:服务器端口] -AddTun[Type:http,Lhost:127.0.0.1,Lport:80,Sdname:anmpp]
-SER[Shost:服务器地址,Sport:服务器端口] -AddTun[Type:tcp,Lhost:127.0.0.1,Lport:80,Rport:8000] -AddTun[Type:http,Lhost:127.0.0.1,Lport:80,Sdname:anmpp]
|
|