mirror of
https://github.com/andsyrovatko/s4k-billing-whois-automator.git
synced 2026-04-21 22:18:53 +02:00
Initial release: Whois infrastructure automation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Database Settings
|
||||
PSQL_USER="psql_user"
|
||||
PSQL_DB="psql_db"
|
||||
|
||||
# Whois Settings
|
||||
WHOIS_SERVER="whois.domain.com"
|
||||
WHOIS_PASS="YOUR_SECRET_PASSWORD"
|
||||
CHANGED_EMAIL="whois_user@domain.com"
|
||||
MAIL_RECIPIENT="auto-dbm@whois.domain.com"
|
||||
|
||||
# Paths
|
||||
LOG_DIR="/var/log/scripts/whois_updater"
|
||||
Reference in New Issue
Block a user