Send initial AUTH challenge if admins are configured and clean up leftover ORLY data in relaytester-test.sh.

This commit is contained in:
2025-09-10 14:39:22 +01:00
parent 2385d1f752
commit 5eb192f208
2 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ if ! command -v "relay-tester" &> /dev/null; then
echo "./scripts/relaytester-install.sh"
exit
fi
rm -rf ~/.local/share/ORLY
export ORLY_LOG_LEVEL=off
export ORLY_LISTEN=127.0.0.1
export ORLY_PORT=3334