Skip to content

Commit

Permalink
Merge pull request #374 from AdguardTeam/agm-1840-ios-low-level-settings
Browse files Browse the repository at this point in the history
Update iOS KB Low-level-settings.md
  • Loading branch information
DashaBu authored Nov 24, 2023
2 parents 0271eab + 87f00ab commit 5ee1707
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/adguard-for-ios/solving-problems/low-level-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,20 @@ There is also an additional mode called *Full-Tunnel (without VPN icon)*. This i
### Blocking mode

In this module you can select the way AdGuard will respond to DNS queries that should be blocked:
REFUSED — respond with REFUSED code
NXDOMAIN — respond with NXDOMAIN code
Unspecified IP — respond with zero IP address
Custom IP — respond with a manually set IP address

- Default — respond with zero IP address when blocked by adblock-style rules; respond with the IP address specified in the rule when blocked by /etc/hosts-style rules
- REFUSED — respond with REFUSED code
- NXDOMAIN — respond with NXDOMAIN code
- Unspecified IP — respond with zero IP address
- Custom IP — respond with a manually set IP address

### Block IPv6

By moving the toggle to the right, you activate IPv6 query blocking (AAAA requests).
By moving the toggle to the right, you activate the blocking of IPv6 queries (AAAA requests). AAAA-type DNS requests will not be resolved, hence only IPv4 queries can be processed.

### Blocked response TTL

Here you can specify the TTL (time to live) value that will be returned in response to a blocked request.
Here you can set the period for a device to cache the response to a DNS request. During the specified time to live (in seconds) the request can be read from the cache without re-requesting the DNS server.

### Bootstrap servers

Expand Down

0 comments on commit 5ee1707

Please sign in to comment.