Update default/ files.

This commit is contained in:
Darren 'Tadgy' Austin 2026-03-19 20:40:25 +00:00
commit 9af48e5c37
6 changed files with 59 additions and 19 deletions

View file

@ -2,4 +2,4 @@
# Due to shell escaping, to pass backslashes for regexes, you need to double
# them (\\d for \d). If running under systemd, you need to double them again
# (\\\\d to mean \d), and escape newlines too.
ARGS="--web.listen-address=5.101.171.215:9100"
ARGS="--web.listen-address=localhost:9100"