diff --git a/docs/idwt.md b/docs/idwt.md deleted file mode 100644 index dd8431f..0000000 --- a/docs/idwt.md +++ /dev/null @@ -1,48 +0,0 @@ -# idwt (I Don't Want To) - -Use this tool for when you want to block a flatpak from accessing internet, add hosts to /etc/hosts, or completely blocking users from accessing internet (on a schedule, or just ongoing until disabled). All of this just from one config file at `/etc/idwt/config.yml` - -## Example - -```yml -block-flatpak-networking: - - com.discordapp.Discord -block-hosts: - - facebook.com -user-networking: - users: - noah: - mode: schedule # (allow, block, schedule) - schedule: schedule1 - john: - mode: allow # (allow, block, schedule) - schedules: - schedule1: # from 8:30 to 15:00 on wednesdays, networking is allowed - days_allowed: wednesday - time_start: 8:30 - time_end: 15:00 -``` - -```yaml -block-hosts: -- example.com -block-flatpak-networking: - users-affected: - - john - apps: - - com.brave.Browser -user-networking: - users: - john: - mode: allow - schedules: - schedule1: - days_allowed: wednesday - time_start: 8:30 - time_end: 15:00 -tightener-config: - approved-commands: - - ^config update user-networking\.users\.[^.]+\.mode block$ - - ^config append block-flatpak-networking\.apps [^\s]*$ # config append block-flaptak-networking.apps * - - ^config append block-hosts [^\s]*$ # config append block-hosts * -``` diff --git a/docs/readme.md b/docs/readme.md deleted file mode 100644 index c697ffa..0000000 --- a/docs/readme.md +++ /dev/null @@ -1 +0,0 @@ -# Extra Documentation