I hereby claim:
- I am goofball222 on github.
- I am goofball (https://keybase.io/goofball) on keybase.
- I have a public key ASCIf_L7GA2FP35nateoiBAXHG2rQfir6ZfubbURM_zmKwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
BED_MESH_CALIBRATE command.| #!/bin/bash | |
| /usr/bin/curl -sSL https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts -o hosts1 | |
| cat hosts1 | awk '{ sub("\r$", ""); print }' | grep '^0\.0\.0\.0' | awk '{print $2}' | grep -v '^0\.0\.0\.0' > hosts1.clean | |
| cat hosts1.clean \ | |
| | tr A-Z a-z \ | |
| | sort -u > hosts1.sort |
| #!/bin/bash | |
| /usr/bin/curl -sSL https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts -o hosts1 | |
| /usr/bin/curl -sSL https://mirror1.malwaredomains.com/files/justdomains -o domains1 | |
| /usr/bin/curl -sSL http://sysctl.org/cameleon/hosts -o hosts2 | |
| /usr/bin/curl -sSL https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist -o domains2 | |
| /usr/bin/curl -sSL https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt -o domains3 | |
| /usr/bin/curl -sSL https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt -o domains4 | |
| /usr/bin/curl -sSL https://hosts-file.net/ad_servers.txt -o hosts3 |
| server: | |
| verbosity: 1 | |
| statistics-interval: 86500 | |
| statistics-cumulative: yes | |
| extended-statistics: no | |
| num-threads: 3 | |
| interface: 0.0.0.0@53 |
| version: '3' | |
| services: | |
| dns-over-https-client: | |
| image: goofball222/dns-over-https | |
| container_name: dns-over-https-client | |
| restart: unless-stopped | |
| networks: | |
| external: | |
| internal: |
| # HTTP listen port | |
| listen = [ | |
| "[::]:8053", | |
| ] | |
| # Local address and port for upstream DNS | |
| # If left empty, a local address is automatically chosen. | |
| local_addr = "" | |
| # TLS certification file |
| # DNS listen port | |
| listen = [ | |
| "[::]:5380", | |
| ] | |
| # HTTP path for upstream resolver | |
| [upstream] | |
| # available selector: random or weighted_round_robin or lvs_weighted_round_robin |
| # HTTP listen port | |
| listen = [ | |
| "[::]:8053", | |
| ] | |
| # Local address and port for upstream DNS | |
| # If left empty, a local address is automatically chosen. | |
| local_addr = "" | |
| # TLS certification file |
| version: '3' | |
| services: | |
| unbound: | |
| image: mvance/unbound | |
| container_name: unbound | |
| restart: unless-stopped | |
| networks: | |
| external: | |
| ports: |