From 5fb8fb6919a70933a564e082770e501754d74a52 Mon Sep 17 00:00:00 2001 From: rubo77 Date: Fri, 12 Aug 2016 09:55:08 +0200 Subject: [PATCH] README: add some email-contact obfuscation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0ab17eb..2432c3c 100644 --- a/README.md +++ b/README.md @@ -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