sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit c533ff8e05fbbe3eba88f89782a2365f62f357e1
parent 4d03e2f794e3d4ad67b48b13bdae4885cae7fc0e
Author: Paper Mountain Studio <kodycze@gmail.com>
Date:   Fri,  7 Jun 2019 19:08:40 +0200

surf - adblock: add firejail example

Diffstat:
Msurf.suckless.org/files/adblock-hosts/index.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/surf.suckless.org/files/adblock-hosts/index.md b/surf.suckless.org/files/adblock-hosts/index.md @@ -61,3 +61,10 @@ Run the script each time you want to update the lists using a cronjob, or * Main page : <https://yeuxdelibad.net/Logiciel-libre/Code/zerohosts.html> * Author : < thuban (at) yeuxdelibad (dot) net > (feel free to suggest improvements) + +firejail +-------- + +If you don't want to use your /etc/hosts file, you can use firejail: + + firejail --noprofile --hosts-file="~/adblockhosts" surf "example.com"