Pull request: all: fix links and typos
Merge in DNS/adguard-home-wiki from 2386-fix-links-typos to master Updates AdguardTeam/AdGuardHome#2386. Updates AdguardTeam/AdGuardHome#2370. Squashed commit of the following: commit 3e15d87bf7dd645e85731fa82c8209daf39199db Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Dec 29 13:12:44 2020 +0300 all: fix links and typos
parent
00d75867d5
commit
f0c80282d7
7
DHCP.md
7
DHCP.md
|
@ -72,7 +72,7 @@ use:
|
|||
- '6 ip 1.2.3.4'
|
||||
```
|
||||
|
||||
An easier format for multiple IP addresses is planned, see issue #2395.
|
||||
An easier format for multiple IP addresses is planned, see issue [#2385].
|
||||
|
||||
### <a id="config-6" href="#config-6">DHCPv6 Options</a>
|
||||
|
||||
|
@ -82,6 +82,7 @@ clients to use SLAAC. The DHCPv6 server won't be started in this case.
|
|||
The option `dhcp.dhcpv6.ra_allow_slaac`, if `true`, sends RA packets allowing
|
||||
the clients to choose between SLAAC and DHCPv6.
|
||||
|
||||
[#2385]: https://github.com/AdguardTeam/AdGuardHome/issues/2385
|
||||
[configuration]: https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration
|
||||
|
||||
## <a id="autohosts" href="#autohosts">Automatic Hosts</a>
|
||||
|
@ -92,4 +93,6 @@ a machine called “workstation” in the network, and it sends a DHCP request w
|
|||
option 12 set to `workstation`, you can reach it over HTTP on the host
|
||||
`http://workstation.lan`.
|
||||
|
||||
Configuring custom TLDs instead of the `.lan` one is planned, see issue #2393.
|
||||
Configuring custom TLDs instead of the `.lan` one is planned, see issue [#2393].
|
||||
|
||||
[#2393]: https://github.com/AdguardTeam/AdGuardHome/issues/2393
|
||||
|
|
|
@ -249,7 +249,7 @@ Currently supported RR types with examples:
|
|||
See explanation above.
|
||||
|
||||
* `||example.com^$dnsrewrite=NOERROR;HTTPS;32 example.com alpn=h3` adds an
|
||||
`HTTPS` record. Only a subsed of parameter values is supported: values must
|
||||
`HTTPS` record. Only a subset of parameter values is supported: values must
|
||||
be `contiguous` and, where a `value-list` is expected`, only one value is
|
||||
currently supported:
|
||||
|
||||
|
@ -313,7 +313,7 @@ The rules with the `$badfilter` modifier disable other basic rules to which they
|
|||
|
||||
#### <a id="ctag"></a> `ctag`
|
||||
|
||||
`$ctag` modifier allows to block domains only for specific types of DNS clients. You can assign tags to clients in AdGuardHome UI. In the future we plan to assign tags automatically by analyzing the behaviour of each client.
|
||||
`$ctag` modifier allows to block domains only for specific types of DNS clients. You can assign tags to clients in AdGuardHome UI. In the future we plan to assign tags automatically by analyzing the behavior of each client.
|
||||
|
||||
The syntax is:
|
||||
|
||||
|
|
Loading…
Reference in New Issue