Frp centos+mas os intranet penetration

  • content
  • comment
  • relevant

Server FRP configuration

[common]
bind_port = 7000
vhost_http_port = 89
[ssh]
listen_port = 6000
auth_token = xxx
[web]
type = http
custom_domains = frp.xx.com
auth_token = xxx

Start nohup/ frps -c ./ frps.ini firrun.log 2>&1 &

client

[common]
server_addr = 111.111.111.11
server_port = 7000
auth_token = xxx
[ssh]
local_port = 22
remote_port = 6000
auth_token = xxx
[web]
type = http
local_port = 80
custom_domains = frp.xx.com

Run/ frpc -c ./ Frpc.ini can access the local port 80 by visiting frp.xx.com: 89

comment

zero Comments

Post reply

Your email address will not be disclosed. Required items have been used * tagging