16 lines
356 B
TOML
16 lines
356 B
TOML
|
|
[common]
|
||
|
|
server_addr = "127.0.0.1"
|
||
|
|
server_port = 7000
|
||
|
|
token = "your-secret-token"
|
||
|
|
|
||
|
|
# Example tunnel configuration
|
||
|
|
# This file will be automatically generated by the FRP Manager
|
||
|
|
# based on your tunnel configurations in the web interface
|
||
|
|
|
||
|
|
# Example:
|
||
|
|
# [minecraft-server]
|
||
|
|
# type = "tcp"
|
||
|
|
# local_ip = "192.168.1.100"
|
||
|
|
# local_port = 25565
|
||
|
|
# remote_port = 25565
|