Clear default whitelist IP addresses in plugin configuration as DuckDuckBot's ips change too often

This commit is contained in:
Théophile Diot 2025-01-13 18:18:30 +01:00
parent d44a9b3d3a
commit 6bfe852b44
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -16,7 +16,7 @@
},
"WHITELIST_IP": {
"context": "multisite",
"default": "20.191.45.212 40.88.21.235 40.76.173.151 40.76.163.7 20.185.79.47 52.142.26.175 20.185.79.15 52.142.24.149 40.76.162.208 40.76.163.23 40.76.162.191 40.76.162.247",
"default": "",
"help": "List of IP/network, separated with spaces, to put into the whitelist.",
"id": "whitelist-ip",
"label": "Whitelist IP/network",