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": "داکر نصب نیست",
|
||||
"awg_desc": "نسخه جدید پروتکل بر پایه awg-go. پشتیبانی از مبهمسازی پیشرفته (S3, S4).",
|
||||
"awg_legacy_desc": "نسخه اصلی AWG. سازگار با نسخههای قدیمی کلاینت.",
|
||||
"xray_desc": "تغییر ظاهر ترافیک به ترافیک معمولی وب (XTLS-Reality). مقاوم در برابر فیلترینگ شدید.",
|
||||
"xray_desc": "VLESS over XHTTP+TLS — looks like normal HTTPS/HTTP2. Needs a domain + Let\u0027s Encrypt.",
|
||||
"not_checked": "بررسی نشده",
|
||||
"connections": "اتصالها",
|
||||
"add": "افزودن",
|
||||
@@ -80,7 +80,22 @@
|
||||
"no_connections_desc": "اولین اتصال خود را برای ایجاد پیکربندی VPN اضافه کنید",
|
||||
"install_protocol": "نصب پروتکل",
|
||||
"port_default_hint": "پورت پیشفرض: 55424. مطمئن شوید این پورت آزاد است.",
|
||||
"port_xray_hint": "پورت پیشنهادی: 443. مطمئن شوید توسط وبسرور دیگری اشغال نشده باشد.",
|
||||
"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": "نصب مجدد",
|
||||
"uninstall_confirm": "حذف نصب {}؟ تمام اتصالها و پیکربندیها از بین خواهند رفت.",
|
||||
"stop_container_confirm": "توقف کانتینر {}؟",
|
||||
|
||||
Reference in New Issue
Block a user