2021-11-23 15:01:48 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2021-12-16 12:58:54 +00:00
|
|
|
# See https://github.com/AdguardTeam/AdGuardHome/issues/3946.
|
|
|
|
1.0.0.3 *
|
|
|
|
1.0.0.4 *.com
|
|
|
|
|
2022-01-12 09:14:59 +00:00
|
|
|
# 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
|
|
|
|
|
2021-11-23 15:01:48 +00:00
|
|
|
# Same for IPv6.
|
|
|
|
::1 simplehost
|
|
|
|
:: hello hello.world
|
|
|
|
::2 a.whole lot.of aliases for.testing
|
2021-12-16 12:58:54 +00:00
|
|
|
::3 *
|
|
|
|
::4 *.com
|
2022-01-12 09:14:59 +00:00
|
|
|
:: hello.world.again
|
|
|
|
::1 simplehost
|
|
|
|
:: hello.world
|