Skip to content

Commit 9403b1d

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ 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+
sed -i 's/@/(a)/g' /path/to/output/nodes.json
2024

2125
# Dependencies
2226

0 commit comments

Comments
 (0)