diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12118439..56360e30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,10 @@ and this project adheres to
### Deprecated
+- Ports 784 and 8853 for DNS-over-QUIC in Docker images. Users who still serve
+ DoQ on these ports are encouraged to move to the standard port 853. These
+ ports will be removed from the `EXPOSE` section of our `Dockerfile` in a
+ future release.
- Go 1.18 support. v0.109.0 will require at least Go 1.19 to build.
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
@@ -48,7 +52,7 @@ See also the [v0.107.11 GitHub milestone][ms-v0.107.11].
### Changed
-- DNS-over-QUIC connections now use keepalive.
+- DNS-over-QUIC connections now use keptalive.
### Fixed
diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json
index af748038..ca423562 100644
--- a/client/src/__locales/en.json
+++ b/client/src/__locales/en.json
@@ -211,12 +211,14 @@
"example_comment_hash": "# Also a comment.",
"example_regex_meaning": "block access to domains matching the specified regular expression.",
"example_upstream_regular": "regular DNS (over UDP);",
+ "example_upstream_regular_port": "regular DNS (over UDP, with port);",
"example_upstream_udp": "regular DNS (over UDP, hostname);",
"example_upstream_dot": "encrypted <0>DNS-over-TLS0>;",
"example_upstream_doh": "encrypted <0>DNS-over-HTTPS0>;",
"example_upstream_doq": "encrypted <0>DNS-over-QUIC0>;",
"example_upstream_sdns": "<0>DNS Stamps0> for <1>DNSCrypt1> or <2>DNS-over-HTTPS2> resolvers;",
"example_upstream_tcp": "regular DNS (over TCP);",
+ "example_upstream_tcp_port": "regular DNS (over TCP, with port);",
"example_upstream_tcp_hostname": "regular DNS (over TCP, hostname);",
"all_lists_up_to_date_toast": "All lists are already up-to-date",
"updated_upstream_dns_toast": "Upstream servers successfully saved",
diff --git a/client/src/components/Settings/Dns/Upstream/Examples.js b/client/src/components/Settings/Dns/Upstream/Examples.js
index 81d171d3..c17e9456 100644
--- a/client/src/components/Settings/Dns/Upstream/Examples.js
+++ b/client/src/components/Settings/Dns/Upstream/Examples.js
@@ -8,133 +8,123 @@ const Examples = (props) => (
94.140.14.140
: {props.t('example_upstream_regular')}
+ 94.140.14.140
, 2a10:50c0::1:ff
: {props.t('example_upstream_regular')}
+ 94.140.14.140:53
, [2a10:50c0::1:ff]:53
: {props.t('example_upstream_regular_port')}
udp://unfiltered.adguard-dns.com
: tcp://94.140.14.140
: tcp://94.140.14.140
, tcp://[2a10:50c0::1:ff]
: tcp://94.140.14.140:53
, tcp://[2a10:50c0::1:ff]:53
: tcp://unfiltered.adguard-dns.com
: tls://unfiltered.adguard-dns.com
:
-
- tls://unfiltered.adguard-dns.com
: https://unfiltered.adguard-dns.com/dns-query
:
-
- https://unfiltered.adguard-dns.com/dns-query
: quic://unfiltered.adguard-dns.com:784
:
-
- quic://unfiltered.adguard-dns.com
: sdns://...
:
-
- sdns://...
: [/example.local/]94.140.14.140
:
-
- [/example.local/]94.140.14.140
: {COMMENT_LINE_DEFAULT_TOKEN} comment
:
-
- {COMMENT_LINE_DEFAULT_TOKEN} comment
: