Some checks failed
CI / skinny-install (aco) (push) Successful in 54s
CI / lint-test (push) Failing after 1m31s
CI / skinny-install (api) (push) Successful in 35s
CI / skinny-install (bcda) (push) Successful in 32s
CI / skinny-install (bib) (push) Successful in 34s
CI / skinny-install (bls) (push) Successful in 50s
CI / skinny-install (ccw) (push) Successful in 1m6s
CI / skinny-install (cli) (push) Successful in 32s
CI / skinny-install (cms) (push) Successful in 27s
CI / skinny-install (conf) (push) Successful in 28s
CI / skinny-install (perf) (push) Successful in 29s
CI / skinny-install (pfs) (push) Successful in 34s
CI / skinny-install (rex) (push) Successful in 26s
Deploy / build-scan-report (push) Successful in 4m10s
ISP DNS (1.1.1.1, 8.8.8.8) returns NXDOMAIN for sci-hub.* domains. Route these through Quad9 unfiltered (9.9.9.10) which resolves them. Note: DNS is fixed but IPs are also blocked at network level. PDF retrieval still needs a SOCKS proxy/VPN to an unfiltered host.
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
homelab.fhirworx.io {
|
|
hosts /etc/coredns/hosts {
|
|
fallthrough
|
|
}
|
|
log
|
|
}
|
|
|
|
sci-hub.st sci-hub.ru sci-hub.se sci-hub.ren sci-hub.ee sci-hub.wf {
|
|
forward . 9.9.9.10
|
|
cache 300
|
|
}
|
|
|
|
. {
|
|
forward . 1.1.1.1 8.8.8.8
|
|
cache 300
|
|
}
|