b1be74d21f
- ACME TLS challenge on 443 (no port 80 or nginx decoy) - Auto-generate and persist obfs password per server - Update client export, HTML catalog, and vault examples - Document Salamander vs main and ACME auto-renewal in README Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
222 B
Django/Jinja
9 lines
222 B
Django/Jinja
server: {{ hysteria2_domain }}:{{ hysteria2_listen_port }}
|
|
|
|
auth: {{ hysteria2_current_user.name }}:{{ hysteria2_current_user.password }}
|
|
|
|
obfs:
|
|
type: salamander
|
|
salamander:
|
|
password: {{ hysteria2_obfs_password }}
|