modules/network: let dns traffic passthrough dae
This commit is contained in:
parent
a36fd4794c
commit
0fa0d8d75c
5 changed files with 3438 additions and 722 deletions
|
@ -2,3 +2,10 @@ output_file="modules/nixos/common-settings/china-domains.txt"
|
|||
curl "https://raw.githubusercontent.com/peeweep/dnsmasq-china-list-raw/refs/heads/master/accelerated-domains.china.raw.txt" > "$output_file"
|
||||
curl "https://raw.githubusercontent.com/peeweep/dnsmasq-china-list-raw/refs/heads/master/apple.china.raw.txt" >> "$output_file"
|
||||
curl "https://raw.githubusercontent.com/peeweep/dnsmasq-china-list-raw/refs/heads/master/google.china.raw.txt" >> "$output_file"
|
||||
# extra rules
|
||||
cat >> $output_file <<- EOM
|
||||
test.steampowered.com
|
||||
steamserver.net
|
||||
api.steampowered.com
|
||||
EOM
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue