mirror of
https://github.com/StevenBlack/hosts.git
synced 2025-03-14 10:36:53 +00:00
Add NixOS IPv6 documentation to readme
This commit is contained in:
@ -405,6 +405,7 @@ The hosts extensions are also available with the following options:
|
|||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
networking.stevenBlackHosts = {
|
networking.stevenBlackHosts = {
|
||||||
|
enableIPv6 = true;
|
||||||
blockFakenews = true;
|
blockFakenews = true;
|
||||||
blockGambling = true;
|
blockGambling = true;
|
||||||
blockPorn = true;
|
blockPorn = true;
|
||||||
@ -413,6 +414,8 @@ The hosts extensions are also available with the following options:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
IPv6 rules are enabled by default when `networking.enableIPv6` is set to `true`.
|
||||||
|
|
||||||
## Updating hosts file on Windows
|
## Updating hosts file on Windows
|
||||||
|
|
||||||
(NOTE: See also some third-party Hosts managers, listed below.)
|
(NOTE: See also some third-party Hosts managers, listed below.)
|
||||||
|
Reference in New Issue
Block a user