fix: disable autotrigger on uwhois (triggers blocklists)

main
Raphaël Vinot 2025-01-06 12:08:17 +01:00
parent 1856c5f16d
commit 830878e2bc
No known key found for this signature in database
GPG Key ID: 32E4E1C133B3792F
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
"enabled": false,
"ipaddress": "127.0.0.1",
"port": 4243,
"allow_auto_trigger": true,
"allow_auto_trigger": false,
"admin_only": false
},
"UrlScan": {