diff --git a/DHCP.md b/DHCP.md index f202dd5..60ca281 100644 --- a/DHCP.md +++ b/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]. ### DHCPv6 Options @@ -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 ## Automatic Hosts @@ -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 diff --git a/Hosts-Blocklists.md b/Hosts-Blocklists.md index f6c9900..c016620 100644 --- a/Hosts-Blocklists.md +++ b/Hosts-Blocklists.md @@ -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 #### `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: