idwt 0.1.0

A self-control utility based on configuration files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Blocking a user's access to internet

## block-networking

This module uses iptables to add a REJECT rule to all users listed in the `affected-users` key.

The default value for this key is `false`.

Below is an example of blocking internet.

```yml
block-networking: true
```