Template
Switch Xray to VLESS+XHTTP+TLS with Cloudflare DNS ACME (v3.1.1).
Issue Let's Encrypt via Cloudflare API token so install no longer needs port 80; keep HTTP-01 as fallback. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+17
-2
@@ -71,7 +71,7 @@
|
||||
"docker_not_installed": "Docker non installé",
|
||||
"awg_desc": "Version moderne basée sur awg-go. Obfuscation avancée (S3, S4).",
|
||||
"awg_legacy_desc": "Version AWG originale. Compatible avec les anciens clients.",
|
||||
"xray_desc": "Masque le trafic en trafic web normal (XTLS-Reality). Résiste au DPI.",
|
||||
"xray_desc": "VLESS over XHTTP+TLS — looks like normal HTTPS/HTTP2. Needs a domain + Let\u0027s Encrypt.",
|
||||
"not_checked": "Non vérifié",
|
||||
"connections": "Connexions",
|
||||
"add": "Ajouter",
|
||||
@@ -80,7 +80,22 @@
|
||||
"no_connections_desc": "Ajoutez votre première connexion pour générer un fichier VPN",
|
||||
"install_protocol": "Installer le protocole",
|
||||
"port_default_hint": "Port par défaut : 55424. Assurez-vous qu\u0027il est libre.",
|
||||
"port_xray_hint": "Port recommandé : 443. Assurez-vous qu\u0027il n\u0027est pas utilisé par un serveur web.",
|
||||
"port_xray_hint": "Default 443/TCP. Prefer Cloudflare DNS ACME — port 80 is not needed.",
|
||||
"port_xray_hint_cf": "Default 443/TCP. Certificate via Cloudflare DNS — port 80 is not used.",
|
||||
"xray_domain": "Domain",
|
||||
"xray_email": "Let\u0027s Encrypt email",
|
||||
"xray_dns_hint": "Create DNS record:",
|
||||
"xray_dns_hint_cf": "Domain must be on Cloudflare. A-record (DNS only):",
|
||||
"xray_install_hint": "Installs VLESS + XHTTP + TLS. Prefer Cloudflare API token (DNS-01) so TCP 80 stays free.",
|
||||
"xray_ports_warning": "TCP 80 must be free during install (Let\u0027s Encrypt HTTP-01).",
|
||||
"xray_ports_warning_cf": "Cloudflare DNS ACME does not use port 80. Token needs Zone → DNS → Edit. Keep proxy off (grey cloud).",
|
||||
"xray_acme_method": "Certificate method",
|
||||
"xray_acme_cloudflare": "Cloudflare DNS (API token) — recommended, no port 80",
|
||||
"xray_acme_http": "HTTP-01 — needs free TCP 80",
|
||||
"xray_acme_cloudflare_short": "Cloudflare DNS",
|
||||
"xray_acme_http_short": "HTTP-01",
|
||||
"xray_cf_token": "Cloudflare API token",
|
||||
"xray_cf_token_hint": "Token with Zone:DNS:Edit for this domain zone. Used only to issue the cert.",
|
||||
"reinstall": "Réinstaller",
|
||||
"uninstall_confirm": "Désinstaller {} ? Toutes les données seront perdues.",
|
||||
"stop_container_confirm": "Arrêter le conteneur {} ?",
|
||||
|
||||
Reference in New Issue
Block a user