Last active
July 13, 2021 13:18
-
-
Save mmatczuk/229721827ea38dbe45f7daaec35295e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=No tracking hosts blocklists | |
After=NetworkManager-wait-online.service | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/sleep 10 | |
ExecStart=/usr/bin/curl 'https://raw.githubusercontent.com/notracking/hosts-blocklists/master/dnsmasq/dnsmasq.blacklist.txt' -o '/etc/NetworkManager/blacklist.txt' | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment