Skip to content

v0.0.7

Choose a tag to compare

@pickrui pickrui released this 07 Jul 14:10
  • 新增可配置监听地址--listen [host:]port--bind <host>、配置项 listenAddress,可让托管配置与各代理被同网络其他设备访问(默认仍仅 127.0.0.1
  • 生成的配置按请求来源地址填充节点 server:设备从 http://<本机IP>:6171/ 拉取时,Surge/Clash 里的节点自动指向 <本机IP> 而非 127.0.0.1
  • ⚠️ 监听 0.0.0.0 的端口无鉴权,请仅在可信网络中使用
  • 内部:合并重复逻辑,无行为变化

  • New configurable listen address: --listen [host:]port, --bind <host>, and listenAddress in config — reach the managed config and the proxies from other devices on your network (still 127.0.0.1 by default)
  • Generated config fills each node's server from the request's address: a device fetching from http://<this-Mac-IP>:6171/ gets nodes pointed at <this-Mac-IP> instead of 127.0.0.1
  • ⚠️ A port bound to 0.0.0.0 has no authentication — use it only on trusted networks
  • Internals: deduplicated shared logic, no behavior change