mine-frp/frps.ini at master - GitHub
A literal address or host name for IPv6 must be enclosed in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
Searching…
A literal address or host name for IPv6 must be enclosed in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
[common] bind_port = 6969 # configure TLS. # see tls_only at https://github.com/fatedier/frp/blob/v0.34.2/pkg/config/server_common.go#L136-L138 # see ...
ini to your server in LAN. Communicate with your computer in LAN by SSH. Modify frps.ini, configure a reverse proxy named [ssh]:.
In the server configuration, specify through allowPorts: # frps.ini ... # frps.ini allowPorts = [ { start = 2000, end = 3000 }, { single = 3001 } ...
[Unit] Description=FRP Server After=network.target [Service] ExecStart=/path/to/frps -c /path/to/frps.ini Restart=on-abort [Install] WantedBy=multi-user.
... frps.ini . Create the configuration file and add the following: cat /etc/frps.ini [common] bind_port = 12000 bind_udp_port = 12001 kcp_bind_port ...
Please note that INI is deprecated and will be removed in future releases. ... When setting tcpmuxHTTPConnectPort to anything other than 0 in frps, frps will ...
Create the Configuration File: Create a file named frps.ini on your server. This file will contain the server-side configuration. Set Up the Basic Configuration ...
Prepare the following server configuration file and save as frps.ini . [common] bind_port = 7000 token = xxx-xxx. Start the server by ./frps -c frps.ini. FRP ...
vim frps.ini. [common] bind_port = 7000 dashboard_port = 7500 dashboard_user ... systemctl start frps systemctl stop frps systemctl restart frps systemctl status ...