We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b994cc commit b4eefbfCopy full SHA for b4eefbf
README.md
@@ -14,9 +14,15 @@ Run `backend.py --help` for a quick overview of all available options.
14
15
For the script's regular execution add the following to the crontab:
16
17
-<pre>
+```
18
* * * * * backend.py -d /path/to/output -a /path/to/aliases.json --vpn ae:7f:58:7d:6c:2a d2:d0:93:63:f7:da
19
-</pre>
20
+
21
+Since `nodes.json` is distributed wide openly it is recommended to add some email-contact obfuscation:
22
23
24
+sed -i 's/@/(a)/g' /path/to/output/nodes.json
25
26
27
# Dependencies
28
0 commit comments