Template
Let Xray pick standard 443 or a custom listen port (v3.1.2).
Default to custom 8443 so 443 stays free unless the user chooses standard. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+10
-5
@@ -82,15 +82,20 @@
|
||||
"no_connections_desc": "Add your first connection to generate a VPN configuration",
|
||||
"install_protocol": "Install protocol",
|
||||
"port_default_hint": "Default port: 55424. Make sure it\u0027s not busy",
|
||||
"port_xray_hint": "Default 443/TCP. Prefer Cloudflare DNS ACME — port 80 is not needed. Point domain A-record (DNS only / grey cloud) to this server.",
|
||||
"port_xray_hint_cf": "Default 443/TCP. Certificate via Cloudflare DNS — port 80 is not used. Keep Cloudflare proxy off (grey cloud).",
|
||||
"port_xray_hint": "Choose standard 443/TCP or any free custom TCP port. Prefer Cloudflare DNS ACME — port 80 is not needed.",
|
||||
"port_xray_hint_cf": "Choose 443 or a custom TCP port. Certificate via Cloudflare DNS — port 80 is not used. Keep Cloudflare proxy off (grey cloud).",
|
||||
"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 (Xray-core). 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). Reinstall replaces the previous Xray stack.",
|
||||
"xray_ports_warning_cf": "Cloudflare DNS ACME does not use port 80. Token needs Zone → DNS → Edit. Keep proxy off (grey cloud). Reinstall replaces the previous Xray stack.",
|
||||
"xray_install_hint": "Installs VLESS + XHTTP + TLS (Xray-core). Prefer Cloudflare API token (DNS-01) so TCP 80 stays free. Port 443 is optional.",
|
||||
"xray_ports_warning": "TCP 80 must be free during install (Let\u0027s Encrypt HTTP-01). Listen port can be 443 or any free TCP port. Reinstall replaces the previous Xray stack.",
|
||||
"xray_ports_warning_cf": "Cloudflare DNS ACME does not use port 80. Listen on 443 or any free TCP port. Token needs Zone → DNS → Edit. Keep proxy off (grey cloud).",
|
||||
"xray_listen_port": "Listen port (TCP)",
|
||||
"xray_port_standard": "Standard — 443/TCP",
|
||||
"xray_port_custom": "Custom port",
|
||||
"xray_port_hint": "Any free TCP port (default 8443). Open it in the firewall. Does not occupy 443.",
|
||||
"xray_port_hint_standard": "Uses 443/TCP. Make sure nothing else is bound to 443 on this server.",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user