Skip to content

Commit

Permalink
README: add some email-contact obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo77 committed Aug 12, 2016
1 parent d98d43c commit 5fb8fb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ For the script's regular execution add the following to the crontab:

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

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

sed -i -r 's/"contact": "(.*? |)([^@]+)@([^ ]+)( .*?|)"/"contact": "\1\2 at \3\4"/g' /path/to/output/nodes.json

Be crative with the replacement rule or strip emails completely.

# Dependencies

- Python 3
Expand Down

0 comments on commit 5fb8fb6

Please sign in to comment.