From 8ec9f8e66a92a4154bef2203aab77ff7bb1e2676 Mon Sep 17 00:00:00 2001 From: Stille Date: Sat, 8 Feb 2020 13:29:35 +0800 Subject: [PATCH] Upload frpc.ini --- frpc.ini | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 frpc.ini 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