mirror of
https://github.com/233boy/sing-box.git
synced 2026-05-02 22:04:40 +08:00
- 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>
6 lines
68 B
Bash
6 lines
68 B
Bash
#!/bin/bash
|
|
|
|
args=$@
|
|
is_sh_ver=v1.16
|
|
|
|
. /etc/sing-box/sh/src/init.sh |