rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
8.82k stars 441 forks source link

feat: allow config service only on client #275

Open yorktown-class opened 11 months ago

yorktown-class commented 11 months ago

Related to #161

允许server直接使用client对service的配置

在server启用

[server]
accept_client_recommend_service = true

[server.services] #这个东西现在还是必须要有

在client配置

[client.services.echo] 
local_addr = "127.0.0.1:8080" 
recommend_blind_addr = "0.0.0.0:2334"
rapiz1 commented 9 months ago

Is it sending the configuration in plain text? That's something unfavored

yorktown-class commented 8 months ago

I'm sending the configuration in plain text. Won't it be encrypted, even if 'transport.tls' is configured?

ZHLHZHU commented 5 months ago

any progress on this?