No description
| adguard-cli.service | Change settings | |
| LICENSE | Initial commit | |
| README.md | Change settings | |
| settings.zip | Change settings | |
Ny setup for using adguard-cli on linux
I use systemd to auto start adguard-cli on boot. To do the same clone this repo and copy the file to /etc/systemd/system/
sudo cp adguard-cli.service /etc/systemd/system/
Note: Change the username to your own username Also you can import the settings I use in my machine with the command:
adguard-cli import-settings -i settings.zip
Activate adguard-cli subscription with
adguard-cli Activate
Enable and start the service with
sudo systemctl enable adguard-cli.service
sudo systemctl start adguard-cli.service