mirror of
https://github.com/233boy/sing-box.git
synced 2026-05-02 22:04:40 +08:00
feat: add AnyTLS protocol support
- Add AnyTLS to protocol list and README - Support self-signed TLS (default) and ACME auto-cert with domain - Auto-detect sing-box version: use certificate_provider (>= 1.14.0) or tls.acme (older versions) - Usage: sing-box add anytls [port] [password] [domain] - Generate anytls:// share links - Handle config read-back for change/info operations Co-Authored-By: Oz <oz-agent@warp.dev>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
args=$@
|
||||
is_sh_ver=v1.15
|
||||
is_sh_ver=v1.16
|
||||
|
||||
. /etc/sing-box/sh/src/init.sh
|
||||
Reference in New Issue
Block a user