1
0
Fork
You've already forked adguard-cli
0
No description
2026年04月10日 17:56:33 +05:45
adguard-cli.service Change settings 2026年04月10日 17:56:33 +05:45
LICENSE Initial commit 2026年03月11日 10:59:07 +01:00
README.md Change settings 2026年04月10日 17:56:33 +05:45
settings.zip Change settings 2026年04月10日 17:56:33 +05:45

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