Skip to content

Commit 54c2240

Browse files
committed
feat: update dae & its config
1 parent 2b8d059 commit 54c2240

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ lab:
114114
aqua:
115115
colmena apply --on '@aqua' --verbose --show-trace
116116
# some config changes require a restart of the dae service
117-
ssh ryan@aquamarine "sudo systemctl stop dae; sleep 1; sudo systemctl start dae"
117+
ssh root@aquamarine "sudo systemctl stop dae; sleep 1; sudo systemctl start dae"
118118

119119
ruby:
120120
colmena apply --on '@ruby' --verbose --show-trace

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hosts/idols_aquamarine/config.dae

+4-3
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ dns {
136136

137137
# other custom rules
138138
qname(full:analytics.google.com) -> googledns # do not block google analytics(console)
139+
qname(regex: '.+\.nixos.org$') -> googledns
139140
qname(geosite:category-ads) -> reject
140141
qname(geosite:category-ads-all) -> reject
141142
qtype(aaaa) -> reject
@@ -168,9 +169,9 @@ group {
168169
filter: name(keyword: 'USA') [add_latency: -500ms]
169170
filter: name(keyword: '美国') [add_latency: -500ms]
170171
filter: name(keyword: 'UK') [add_latency: -300ms]
171-
filter: name(keyword: '英国') [add_latency: -300ms]
172-
filter: name(keyword: 'Japan') [add_latency: 300ms]
173-
filter: name(keyword: '日本') [add_latency: 300ms]
172+
# filter: name(keyword: '英国') [add_latency: -300ms]
173+
# filter: name(keyword: 'Japan') [add_latency: 300ms]
174+
# filter: name(keyword: '日本') [add_latency: 300ms]
174175

175176
# Other filters:
176177
# Filter nodes from the global node pool defined by the subscription and node section above.

0 commit comments

Comments
 (0)