38 lines
531 B
TOML
38 lines
531 B
TOML
[common]
|
|
server_addr = 116.62.233.247
|
|
bind_port = 7000
|
|
authentication_method = token
|
|
authenticate_new_work_conns = true
|
|
token = 839157
|
|
|
|
[ssh]
|
|
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
|
|
|