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: docs/adguard-home/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ sidebar_position: 1
5
5
6
6
## What is AdGuard Home?
7
7
8
-
AdGuard Home is a network-wide software for blocking ads and tracking. Unlike AdGuard Public DNS and AdGuard Private DNS, AdGuard Home is designed to run on users’ own machines, which gives experienced users more control over their DNS traffic.
8
+
AdGuard Home is a network-wide software for blocking ads and tracking. Unlike Public AdGuard DNS and Private AdGuard DNS, AdGuard Home is designed to run on users’ own machines, which gives experienced users more control over their DNS traffic.
9
9
10
10
[This guide](getting-started.md) should help you get started.
[Dandelion Sprout's Official DNS Server](https://github.com/DandelionSprout/adfilt/tree/master/Dandelion%20Sprout's%20Official%20DNS%20Server) is a personal DNS service hosted in Trondheim, Norway, using an AdGuard Home infrastructure.
1018
1018
1019
-
Blocks more ads and malware than AdGuard DNS thanks to more advanced syntax, but goes easier on trackers, and blocks alt-right tabloids and most imageboards. Logging is used to improve its used filterlists (e.g. by unblocking sites that shouldn't have been blocked), and to determine the least bad times for server system updates.
1019
+
Blocks more ads and malware than AdGuard DNS thanks to more advanced syntax, but goes easier on trackers, and blocks alt-right tabloids and most imageboards. Logging is used to improve its used filter lists (e.g. by unblocking sites that shouldn't have been blocked), and to determine the least bad times for server system updates.
Copy file name to clipboardExpand all lines: docs/miscellaneous/create-dns-stamp.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This guide will show you how to create your own DNS stamp for Secure DNS. Secure DNS is a service that enhances your internet security and privacy by encrypting your DNS queries. This prevents your queries from being intercepted or manipulated by malicious actors.
4
4
5
-
Secure DNS usually uses `tls://`, `https://` or `quic://` URLs. This is sufficient for most users and is the recommended way.
5
+
Secure DNS usually uses `tls://`, `https://`, or `quic://` URLs. This is sufficient for most users and is the recommended way.
6
6
7
7
However, if you need additional security, like pre-resolved server IPs and certificate pinning by hash, you may generate your own DNS stamp.
8
8
@@ -14,7 +14,7 @@ DNS stamps allow you to customize Secure DNS settings beyond the usual URLs. In
14
14
15
15
## Choosing the protocol
16
16
17
-
Types of Secure DNS include `DNS-over-HTTPS (DoH)`, `DNS-over-QUIC (DoQ)`, and `DNS-over-TLS (DoT)` and some others. Choosing one of these protocols depends on the context in which you'll be using them.
17
+
Types of Secure DNS include `DNS-over-HTTPS (DoH)`, `DNS-over-QUIC (DoQ)`, `DNS-over-TLS (DoT)`, and some others. Choosing one of these protocols depends on the context in which you'll be using them.
- New DNS server setting — `auto_connect_devices_enabled`, allowing approval for auto-connecting devices through a specific link type
@@ -26,7 +28,7 @@ This article contains the changelog for [AdGuard DNS API](private-dns/api/overvi
26
28
- Added support for DNS-over-HTTPS with authentication:
27
29
- New operation — reset DNS-over-HTTPS password for device
28
30
- New device setting — `detect_doh_auth_only`. Disables all DNS connection methods except DNS-over-HTTPS with authentication
29
-
- New field in Device DNSAddresses — `dns_over_https_with_auth_url`. Indicates the URL to use when connecting using DNS-over-HTTPS with authentication
31
+
- New field in DeviceDNSAddresses — `dns_over_https_with_auth_url`. Indicates the URL to use when connecting using DNS-over-HTTPS with authentication
30
32
31
33
## v1.7
32
34
@@ -42,15 +44,15 @@ This article contains the changelog for [AdGuard DNS API](private-dns/api/overvi
42
44
- Unlink an IPv4 address from a device
43
45
- Request info on dedicated addresses associated with a device
44
46
- Added new limits to Account limits:
45
-
-`dedicated_ipv4`— provides information about the amount of already allocated dedicated IPv4 addresses, as well as the limit on them
47
+
-`dedicated_ipv4` provides information about the amount of already allocated dedicated IPv4 addresses, as well as the limit on them
46
48
- Removed deprecated field of DNSServerSettings:
47
49
-`safebrowsing_enabled`
48
50
49
51
## v1.6
50
52
51
53
*Released on January 22, 2024*
52
54
53
-
- Added new section "Access settings" for DNS profiles (`access_settings`). By customizing these fields, you’ll be able to protect your AdGuard DNS server from unauthorized access:
55
+
- Added new Access settings section for DNS profiles (`access_settings`). By customizing these fields, you’ll be able to protect your AdGuard DNS server from unauthorized access:
54
56
55
57
-`allowed_clients` — here you can specify which clients can use your DNS server. This field will have priority over the `blocked_clients` field
56
58
-`blocked_clients` — here you can specify which clients are not allowed to use your DNS server
@@ -61,7 +63,7 @@ This article contains the changelog for [AdGuard DNS API](private-dns/api/overvi
61
63
-`access_rules` provides the sum of currently used `blocked_clients` and `blocked_domain_rules` values, as well as the limit on access rules
62
64
-`user_rules` shows the amount of created user rules, as well as the limit on them
63
65
64
-
- Added new setting: `ip_log_enabled`for the ability to log client IP addresses and domains.
66
+
- Added a new `ip_log_enabled`setting to log client IP addresses and domains
65
67
66
68
- Added new error code `FIELD_REACHED_LIMIT` to indicate when limits have been reached:
67
69
@@ -72,11 +74,11 @@ This article contains the changelog for [AdGuard DNS API](private-dns/api/overvi
72
74
73
75
*Released on June 16, 2023*
74
76
75
-
- Added new setting `block_nrd` and group all security-related settings to one place.
77
+
- Added a new `block_nrd`setting and grouped all security-related settings in one place
76
78
77
79
### Model for safebrowsing settings changed
78
80
79
-
From
81
+
From:
80
82
81
83
```json
82
84
{
@@ -94,7 +96,7 @@ To:
94
96
}
95
97
```
96
98
97
-
where `enabled`is now control all settings in group, `block_dangerous_domains` is previous model field "enabled" and `block_nrd` is settings for filtering newly registered domains.
99
+
where `enabled` now controls all settings in the group, `block_dangerous_domains` is the previous `enabled`model field, and `block_nrd` is a setting that blocks newly registered domains.
98
100
99
101
### Model for saving server settings changed
100
102
@@ -122,40 +124,40 @@ to:
122
124
}
123
125
```
124
126
125
-
here new field `safebrowsing_settings` is used instead of deprecated `safebrowsing_enabled`, whose value stored in `block_dangerous_domains`.
127
+
here a new field `safebrowsing_settings` is used instead of the deprecated `safebrowsing_enabled`, whose value is stored in `block_dangerous_domains`.
126
128
127
129
## v1.4
128
130
129
131
*Released on March 29, 2023*
130
132
131
-
- Added configurable option for blocking response: default (0.0.0.0), REFUSED, NXDOMAIN or custom IP-address.
133
+
- Added configurable option for blocking response: default (0.0.0.0), REFUSED, NXDOMAIN or custom IPaddress
132
134
133
135
## v1.3
134
136
135
137
*Released on December 13, 2022*
136
138
137
-
- Added method to get account limits.
139
+
- Added method to get account limits
138
140
139
141
## v1.2
140
142
141
143
*Released on October 14, 2022*
142
144
143
-
- Added new protocol types DNS and DNSCRYPT. Deprecating the PLAIN_TCP, PLAIN_UDP, DNSCRYPT_TCP and DNSCRYPT_UDP that will be removed later.
145
+
- Added new protocol types DNS and DNSCRYPT. Deprecating the PLAIN_TCP, PLAIN_UDP, DNSCRYPT_TCP and DNSCRYPT_UDP that will be removed later
144
146
145
147
## v1.1
146
148
147
149
*Released on July 07, 2022*
148
150
149
-
- Added methods to retrieve statistics by time, domains, companies and devices.
150
-
- Added method for updating device settings.
151
-
- Fixed required fields definition.
151
+
- Added methods to retrieve statistics by time, domains, companies and devices
Copy file name to clipboardExpand all lines: docs/public-dns/solving-problems/how-to-flush-dns-cache.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ You will see the line *Successfully flushed the DNS Resolver Cache*. Done!
102
102
103
103
### Linux
104
104
105
-
Linux does not have OS-level DNS caching unless a caching service such as systemd-resolved, DNSMasq, BIND or Nscd is installed and running. The process of clearing the DNS cache depends on the Linux distribution and the caching service used.
105
+
Linux does not have OS-level DNS caching unless a caching service such as systemd-resolved, DNSMasq, BIND, or nscd is installed and running. The process of clearing the DNS cache depends on the Linux distribution and the caching service used.
106
106
107
107
For each distribution you need to start a terminal window. Press Ctrl+Alt+T on your keyboard and use the corresponding command to clear the DNS cache for the service your Linux system is running.
0 commit comments