56 lines
786 B
TOML
56 lines
786 B
TOML
[common]
|
|
server_addr = 116.62.233.247
|
|
bind_port = 7000
|
|
authentication_method = token
|
|
authenticate_new_work_conns = true
|
|
token = 839157
|
|
|
|
[ssh-x99]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 22
|
|
remote_port = 20022
|
|
|
|
[open-webui]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 3000
|
|
remote_port = 23000
|
|
|
|
[memos]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 5230
|
|
remote_port = 25230
|
|
|
|
[gitea]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 3033
|
|
remote_port = 23033
|
|
|
|
[nginx]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 8080
|
|
remote_port =28080
|
|
|
|
[fund-tracer-project]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 2288
|
|
remote_port = 22288
|
|
|
|
[yacd]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 8090
|
|
remote_port = 28090
|
|
|
|
[mihomo]
|
|
type = tcp
|
|
local_ip = 127.0.0.1
|
|
local_port = 9090
|
|
remote_port = 29090
|
|
|