mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 03:02:07 +03:00
web UI -- Fix description of hosts rule syntax, it's other way around
This commit is contained in:
parent
92399b8ebf
commit
b0549a8e5b
@ -44,7 +44,7 @@ export default class UserRules extends Component {
|
||||
domain and all its subdomains
|
||||
</li>
|
||||
<li>
|
||||
<code>example.org 127.0.0.1</code> - AdGuard DNS will now return
|
||||
<code>127.0.0.1 example.org</code> - AdGuard DNS will now return
|
||||
127.0.0.1 address for the example.org domain (but not its subdomains).
|
||||
</li>
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user