初始提交:FRP内网穿透安装配置文档及配置文件备份

This commit is contained in:
2026-04-20 10:28:05 +08:00
commit 762b26b701
6 changed files with 794 additions and 0 deletions

13
Config_Toml/frps.service Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=FRP Server Service
After=network.target
[Service]
Type=simple
ExecStart=/opt/frp/frp-server/frps -c /opt/frp/frp-server/frps.toml
Restart=on-failure
RestartSec=5s
LimitNOFILE=1048576
[Install]
WantedBy=multi-user.target