Skip to content

Commit b4eefbf

Browse files
committed
add some email-contact obfuscation
1 parent 2b994cc commit b4eefbf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ Run `backend.py --help` for a quick overview of all available options.
1414

1515
For the script's regular execution add the following to the crontab:
1616

17-
<pre>
17+
```
1818
* * * * * 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>
19+
```
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+
```
2026

2127
# Dependencies
2228

0 commit comments

Comments
 (0)