diff --git a/frpc.ini b/frpc.ini new file mode 100644 index 0000000..0ed9933 --- /dev/null +++ b/frpc.ini @@ -0,0 +1,23 @@ +[common] +server_addr = free.frp.ioiox.com +server_port = 7007 +token = www.ioiox.com + +[web1] +type = http +local_ip = 192.168.1.2 +local_port = 5000 +custom_domains = yourdomain.com + +[web2] +type = https +local_ip = 192.168.1.2 +local_port = 5001 +custom_domains = yourdomain.com + +[tcp1] +type = tcp +local_ip = 192.168.1.2 +local_port = 22 +remote_port = 22222 +custom_domains = yourdomain.com \ No newline at end of file