Skip to content

Commit

Permalink
add some email-contact obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo77 committed Jul 30, 2016
1 parent 2b994cc commit b4eefbf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ Run `backend.py --help` for a quick overview of all available options.

For the script's regular execution add the following to the crontab:

<pre>
```
* * * * * backend.py -d /path/to/output -a /path/to/aliases.json --vpn ae:7f:58:7d:6c:2a d2:d0:93:63:f7:da
</pre>
```

Since `nodes.json` is distributed wide openly it is recommended to add some email-contact obfuscation:

```
sed -i 's/@/(a)/g' /path/to/output/nodes.json
```

# Dependencies

Expand Down

0 comments on commit b4eefbf

Please sign in to comment.