mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-12 08:21:40 +00:00
86 lines
3.8 KiB
Plaintext
86 lines
3.8 KiB
Plaintext
#===== DNS Main Menu =====
|
|
DNS_CURRENT_MODE="Current DNS running mode:"
|
|
DNS_RESTART_NOTICE="Changes require a manual service restart to take effect."
|
|
|
|
DNS_MODE_MIX_DESC="CN domains use DIRECT-DNS, others use fake-ip"
|
|
DNS_MODE_ROUTE_DESC="CN domains use DIRECT-DNS, others use PROXY-DNS"
|
|
DNS_MODE_REDIR_DESC="All domains use DIRECT-DNS"
|
|
|
|
DNS_MENU_PROTECT="DNS Leak Protect"
|
|
DNS_MENU_HOSTS="Hosts Optimization"
|
|
DNS_MENU_ECS="ECS Optimization"
|
|
DNS_MENU_REDIR="DNS Redirect Port"
|
|
|
|
DNS_PROTECT_DESC="May cause slow connections on some websites when enabled"
|
|
DNS_HOSTS_DESC="Use local hosts file and hijack NTP service"
|
|
DNS_ECS_DESC="Reduce wasted traffic caused by CDN misrouting"
|
|
DNS_REDIR_PORT_DESC="Used for compatibility with third-party DNS services"
|
|
|
|
DNS_FAKEIP_MENU="Manage Fake-IP Filter List"
|
|
DNS_ADV_MENU="Configure DNS Servers"
|
|
|
|
DNS_SET_OK="DNS mode has been set to"
|
|
DNS_CORE_UNSUPPORTED="The current core does not support this feature."
|
|
|
|
#===== DNS Redirect =====
|
|
DNS_REDIR_WARN="For use with third-party DNS services only (AdGuard, SmartDNS, etc.)"
|
|
DNS_REDIR_HINT="It is recommended to set the upstream DNS of the third-party service to"
|
|
DNS_REDIR_INPUT="Enter the listening port of the third-party DNS service (0 to reset)>"
|
|
DNS_REDIR_NO_SERVICE="No running DNS service detected on this port!"
|
|
|
|
#===== Fake-IP =====
|
|
DNS_FAKEIP_DESC="Used to resolve connectivity issues for certain addresses or applications in Fake-IP mode"
|
|
DNS_FAKEIP_TIP="The script already includes many built-in entries. Only add problematic addresses."
|
|
DNS_FAKEIP_EXAMPLE="Examples:\na.b.com\n*.b.com\n*.*.b.com"
|
|
DNS_FAKEIP_EXIST="Existing Fake-IP filter entries:"
|
|
DNS_FAKEIP_EMPTY="No Fake-IP filter entries have been added"
|
|
DNS_FAKEIP_EDIT="Enter a number to remove an entry, or enter an address to add one"
|
|
|
|
#===== Advanced DNS =====
|
|
DNS_ADV_SPLIT="Use '|' or ',' to separate multiple DNS addresses"
|
|
DNS_ADV_CERT="DoH/DoT requires a local root certificate file"
|
|
DNS_ADV_SINGBOX_LIMIT="Note: SingBox core only loads the first DNS entry"
|
|
|
|
DNS_ADV_EDIT_DIRECT="Edit DIRECT-DNS"
|
|
DNS_ADV_EDIT_PROXY="Edit PROXY-DNS (queries go through the proxy)"
|
|
DNS_ADV_EDIT_DEFAULT="Edit DEFAULT-DNS (must be an IP, used to resolve other DNS servers)"
|
|
DNS_ADV_AUTO_ENCRYPT="Auto-configure Encrypted DNS"
|
|
DNS_ADV_RESET="Reset to default DNS configuration"
|
|
|
|
DNS_INPUT_NEW="Enter new DNS address>"
|
|
DNS_IPV6_NOT_SUPPORT="This option does not support IPv6 encrypted DNS!"
|
|
|
|
DNS_ENCRYPT_OK="Encrypted DNS has been configured. If DNS issues occur, please reset DNS settings."
|
|
DNS_CORE_REQUIRE="Please use the Mihomo or SingBox core"
|
|
DNS_SET_TO="Set to"
|
|
DNS_PROTECT_NOW="Current status: "
|
|
DNS_HOSTS_NOW="Current status: "
|
|
DNS_ENABLED="enabled"
|
|
DNS_DISABLED="disabled"
|
|
DNS_PROTECT_DISABLE_Q=" DNS leak protection. Disable now?"
|
|
DNS_PROTECT_ENABLE_Q=" DNS leak protection. Enable now?"
|
|
DNS_HOSTS_DISABLE_Q=" Hosts optimization. Disable now?"
|
|
DNS_HOSTS_ENABLE_Q=" Hosts optimization. Enable now?"
|
|
DNS_YES="Yes"
|
|
DNS_RESET_DEFAULT="Reset to defaults"
|
|
DNS_NO_BACK="No, back"
|
|
DNS_REMOVE_OK="Removed successfully"
|
|
DNS_REMOVE_FAIL="Remove failed"
|
|
DNS_INPUT_REDIR_PORT="Please input bypass-router IPv4 address"
|
|
DNS_INPUT_REDIR_RESET="or input r to reset DNS redirect port"
|
|
DNS_INPUT_REDIR_BACK="or input 0 to go back"
|
|
DNS_INPUT="Please enter"
|
|
DNS_CONFIRM_ADD="Please confirm the address to add: "
|
|
DNS_CONFIRM_OK="Confirm"
|
|
DNS_ADD_OK="Added successfully"
|
|
DNS_ADD_FAIL="Add failed"
|
|
DNS_DIRECT_NOW="Current DIRECT-DNS: "
|
|
DNS_PROXY_NOW="Current PROXY-DNS: "
|
|
DNS_DEFAULT_NOW="Current DEFAULT-DNS: "
|
|
DNS_INPUT_DIRECT_NEW="Please input new DIRECT-DNS"
|
|
DNS_INPUT_DIRECT_RESET="or input r to reset DIRECT-DNS"
|
|
DNS_INPUT_PROXY_NEW="Please input new PROXY-DNS"
|
|
DNS_INPUT_PROXY_RESET="or input r to reset PROXY-DNS"
|
|
DNS_INPUT_DEFAULT_NEW="Please input new DEFAULT-DNS"
|
|
DNS_INPUT_DEFAULT_RESET="or input r to reset DEFAULT-DNS"
|