changed frp default port
This commit is contained in:
parent
74ab2edfc1
commit
57689beb0a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ network:
|
||||||
mode: host
|
mode: host
|
||||||
options:
|
options:
|
||||||
server_addr: "<YOUR_FRP_SERVER_IP>"
|
server_addr: "<YOUR_FRP_SERVER_IP>"
|
||||||
server_port: 2113
|
server_port: 7000
|
||||||
token: "<YOUR_FRP_TOKEN>"
|
token: "<YOUR_FRP_TOKEN>"
|
||||||
local_ip: "<actual local ip - e.g. 192.XXX...>"
|
local_ip: "<actual local ip - e.g. 192.XXX...>"
|
||||||
local_port: 8123
|
local_port: 8123
|
||||||
|
|
Loading…
Add table
Reference in a new issue