We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98d43c commit 5fb8fb6Copy full SHA for 5fb8fb6
README.md
@@ -16,6 +16,12 @@ For the script's regular execution add the following to the crontab:
16
17
* * * * * backend.py -d /path/to/output -a /path/to/aliases.json --vpn ae:7f:58:7d:6c:2a d2:d0:93:63:f7:da
18
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
25
# Dependencies
26
27
- Python 3
0 commit comments