mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-26 15:05:50 +03:00
f9aa5ae86a
Merge in DNS/adguard-home from 4216-hosts-explode to master Updates #4216. Squashed commit of the following: commit a6ed131923496d9bbd1d80c652d4584951528c4a Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Jan 27 19:11:23 2022 +0300 aghnet: imp docs commit 25cca065c3c6dc227288cdd0803dc3ff8f9c3ca4 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Jan 27 18:53:16 2022 +0300 aghnet: simpl hosts container
38 lines
No EOL
838 B
Text
38 lines
No EOL
838 B
Text
#
|
|
# Test /etc/hosts file
|
|
#
|
|
|
|
1.0.0.1 simplehost
|
|
1.0.0.0 hello hello.world
|
|
|
|
# See https://github.com/AdguardTeam/AdGuardHome/issues/3846.
|
|
1.0.0.2 a.whole lot.of aliases for.testing
|
|
|
|
# See https://github.com/AdguardTeam/AdGuardHome/issues/3946.
|
|
1.0.0.3 *
|
|
1.0.0.4 *.com
|
|
|
|
# See https://github.com/AdguardTeam/AdGuardHome/issues/4079.
|
|
1.0.0.0 hello.world.again
|
|
|
|
# Duplicates of a main host and an alias.
|
|
1.0.0.1 simplehost
|
|
1.0.0.0 hello.world
|
|
|
|
# Same for IPv6.
|
|
::1 simplehost
|
|
:: hello hello.world
|
|
::2 a.whole lot.of aliases for.testing
|
|
::3 *
|
|
::4 *.com
|
|
:: hello.world.again
|
|
::1 simplehost
|
|
:: hello.world
|
|
|
|
# See https://github.com/AdguardTeam/AdGuardHome/issues/4216.
|
|
4.2.1.6 domain domain.alias
|
|
::42 domain.alias domain
|
|
1.3.5.7 domain4 domain4.alias
|
|
7.5.3.1 domain4.alias domain4
|
|
::13 domain6 domain6.alias
|
|
::31 domain6.alias domain6 |