mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
docs
This commit is contained in:
parent
95f505edfb
commit
6e1f2b7a1d
@ -19,6 +19,9 @@
|
|||||||
# https://nixos.wiki/wiki/Encrypted_DNS#dnscrypt-proxy2
|
# https://nixos.wiki/wiki/Encrypted_DNS#dnscrypt-proxy2
|
||||||
# https://github.com/LudovicoPiero/dotfiles/blob/338b0585d195e6644df9bf8b63fd574af7c18e26/cells/workstations/nixosProfiles/dnscrypt2/default.nix
|
# https://github.com/LudovicoPiero/dotfiles/blob/338b0585d195e6644df9bf8b63fd574af7c18e26/cells/workstations/nixosProfiles/dnscrypt2/default.nix
|
||||||
#
|
#
|
||||||
|
# Check if service is running
|
||||||
|
# systemctl status dnscrypt-proxy2.service
|
||||||
|
#
|
||||||
# Check if it is working
|
# Check if it is working
|
||||||
# https://wiki.archlinux.org/title/Dnscrypt-proxy#Check_if_dnscrypt-proxy_is_working
|
# https://wiki.archlinux.org/title/Dnscrypt-proxy#Check_if_dnscrypt-proxy_is_working
|
||||||
|
|
||||||
@ -31,7 +34,9 @@
|
|||||||
# Firefox use system DNS
|
# Firefox use system DNS
|
||||||
|
|
||||||
networking.nameservers = [
|
networking.nameservers = [
|
||||||
|
# IPv4
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
|
# IPv6
|
||||||
"::1"
|
"::1"
|
||||||
];
|
];
|
||||||
#networking.nameservers = [
|
#networking.nameservers = [
|
||||||
|
Loading…
Reference in New Issue
Block a user