You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Advanced settings are stored in `/etc/adbyss.yaml`. Just grab, edit, and save the [default config](https://raw.githubusercontent.com/Blobfolio/adbyss/refs/heads/master/adbyss/skel/adbyss.yaml) to that location if you want to change anything.
40
+
Advanced settings are stored in `/etc/adbyss.toml`. Just grab, edit, and save the [default config](https://raw.githubusercontent.com/Blobfolio/adbyss/refs/heads/master/adbyss/skel/adbyss.toml) to that location if you want to change anything.
41
41
42
42
Otherwise, just run `sudo adbyss [FLAGS] [OPTIONS]`.
43
43
@@ -57,9 +57,9 @@ And the following option is available:
57
57
58
58
| Short | Long | Value | Description |
59
59
| ----- | ---- | ----- | ----------- |
60
-
|`-c`|`--config`|`<PATH>`| Use this configuration instead of /etc/adbyss.yaml. |
60
+
|`-c`|`--config`|`<PATH>`| Use this configuration instead of /etc/adbyss.toml. |
61
61
62
-
After running Adbyss for the first time, you might find some web sites are no longer working as expected. Most likely you're blocking an evil dependency the web site thinks it *needs*. No worries, just open your browser's Network Dev Tool window and reload the page. Make note of any failing domain(s), and update the `/etc/adbyss.yaml` configuration accordingly.
62
+
After running Adbyss for the first time, you might find some web sites are no longer working as expected. Most likely you're blocking an evil dependency the web site thinks it *needs*. No worries, just open your browser's Network Dev Tool window and reload the page. Make note of any failing domain(s), and update the `/etc/adbyss.toml` configuration accordingly.
63
63
64
64
Restart your browser and/or computer and everything should be peachy again.
65
65
@@ -71,7 +71,7 @@ It is important to remember that scammers and capitalists birth new schemes all
71
71
72
72
## Automation
73
73
74
-
The repository contains two `systemd` scripts — a [timer](https://github.com/Blobfolio/adbyss/tree/master/adbyss/skel/systemd/adbyss.timer) and a [service](https://github.com/Blobfolio/adbyss/tree/master/adbyss/skel/systemd/adbyss.service) — that can be used to automatically update your `/etc/hosts` file once daily using the global settings (stored in `/etc/adbyss.yaml`).
74
+
The repository contains two `systemd` scripts — a [timer](https://github.com/Blobfolio/adbyss/tree/master/adbyss/skel/systemd/adbyss.timer) and a [service](https://github.com/Blobfolio/adbyss/tree/master/adbyss/skel/systemd/adbyss.service) — that can be used to automatically update your `/etc/hosts` file once daily using the global settings (stored in `/etc/adbyss.toml`).
75
75
76
76
If you installed Adbyss using the pre-built `.deb` package, all you need to do is enable and start the timer, then you can forget all about it!
0 commit comments