Skip to content

Commit 5fb8fb6

Browse files
committed
README: add some email-contact obfuscation
1 parent d98d43c commit 5fb8fb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ For the script's regular execution add the following to the crontab:
1616

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

19+
Since `nodes.json` is distributed wide openly it is recommended to add some email-contact obfuscation like:
20+
21+
sed -i -r 's/"contact": "(.*? |)([^@]+)@([^ ]+)( .*?|)"/"contact": "\1\2 at \3\4"/g' /path/to/output/nodes.json
22+
23+
Be crative with the replacement rule or strip emails completely.
24+
1925
# Dependencies
2026

2127
- Python 3

0 commit comments

Comments
 (0)