安装bt彗星 pc端的frpc.ini配置
[common]
server_addr = xxxx
server_port = 7000
token=yousa520
protocol = websocket
tls_enable = true
[Remote Download]
type = tcp
local_ip = 127.0.0.1
local_port = 1235
remote_port = 1235
[BT Listen TCP]
type = tcp
local_ip = 127.0.0.1
local_port = 9119
remote_port = 9119
[BT Listen UDP]
type = udp
local_ip = 127.0.0.1
local_port = 9119
remote_port = 9119
服务端配置
[common]
bind_port = 7000
bind_udp_port = 7001
tls_only = true
token = yousa520