You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Website/docs/application/dns-lookup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ DNS class to use for the query.
125
125
126
126
### Show only most common query types
127
127
128
-
Only show the most common query types (`A`, `AAAA`, `ANY`, `CNAME`, `MX`, `NS`, `PTR`, `SOA` and `TXT`) in the dropdown menu in the view. Otherwise all available query types are shown.
128
+
Only show the most common query types (`A`, `AAAA`, `ANY`, `CNAME`, `DNSKEY`, `MX`, `NS`, `PTR`, `SOA`, `SRV` and `TXT`) in the dropdown menu in the view. Otherwise all available query types are shown.
Copy file name to clipboardExpand all lines: Website/docs/changelog/next-release.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,15 @@ Release date: **xx.xx.2025**
19
19
20
20
## What's new?
21
21
22
+
**General**
23
+
22
24
- New language Japanese (`ja-JP`) has been added. Thanks to [@coolvitto](https://github.com/coolvitto)[#3044](https://github.com/BornToBeRoot/NETworkManager/pull/3044)[#3030](https://github.com/BornToBeRoot/NETworkManager/pull/3030)[#3035](https://github.com/BornToBeRoot/NETworkManager/pull/3035)
23
25
26
+
**DNS Lookup**
27
+
28
+
-`DNSKEY` records are now supported. [#3060](https://github.com/BornToBeRoot/NETworkManager/pull/3060)
29
+
-`SRV` records are now supported. [#3060](https://github.com/BornToBeRoot/NETworkManager/pull/3060)
0 commit comments