[點晴永久免費OA]群暉安裝frp客戶端實現內網穿透(2022最新版frp)
當前位置:點晴教程→點晴OA辦公管理信息系統
→『 經驗分享&問題答疑 』
一、環境二、云服務器frps配置[Unit] Description=The nginx HTTP and reverse proxy server After=network.target remote-fs.target nss-lookup.target [Service] Type=simple ExecStart=/usr/local/frp/frps -c /usr/local/frp/frps.ini KillSignal=SIGQUIT TimeoutStopSec=5 KillMode=process PrivateTmp=true StandardOutput=syslog StandardError=inherit [Install] WantedBy=multi-user.target systemctl start frp systemctl stop frp systemctl restart frp systemctl status frp systemctl enable frp systemctl disable frp [common] bind_port = 10001 # 監聽端口,客戶端配置對應端口 vhost_http_port = 8080 # 當客戶端配置type為http時使用這個端口訪問 vhost_https_port = 8080 # 當客戶端配置type為https時使用這個端口訪問 token = csdn # 認證token,客戶端配置對應token dashboard_port = 10000 # frp控制臺,看起來更直觀,建議開起來 dashboard_user = csdn dashboard_pwd = csdn # dashboard的用戶名、密碼 log_file = ./frps.log # 日志文件記錄位置 log_level = info # 日志級別 log_max_days = 3 # 記錄日志天數 三、群暉docker配置frpc[common] server_addr = 124.1.1.1 #騰訊云服務器的外網 server_port = 10001 #服務器配置的監聽端口 token = csdn [nas] type = http #http方式,下面會介紹一種tcp方式 local_ip = 192.168.199.199 #群暉在內網使用的ip local_port = 5000 #本地端口 custom_domains = 124.1.1.1 #域名,無域名配置服務器ip # 此種配置方式與frps.ini中配置的vhost_http_port相關聯,訪問時使用124.1.1.1:8080訪問 [common] server_addr = 124.1.1.1 #騰訊云服務器的外網 server_port = 10001 #服務器配置的監聽端口 token = csdn [nas] type = tcp #tcp方式 local_ip = 192.168.199.199 #群暉在內網使用的ip local_port = 5000 #本地端口 remote_port = 9991 #遠程端口,也是是外網訪問端口
custom_domains = 124.1.1.1 #域名,無域名配置服務器ip
# 此種配置方式與frps.ini中配置的vhost_http_port無關,訪問時使用124.1.1.1:9991訪問 參考該文章在 2023/12/28 10:38:49 編輯過 |
關鍵字查詢
相關文章
正在查詢... |