diff --git a/dockerfiles/monero-entrypoint.sh b/dockerfiles/monero-entrypoint.sh index 2fda535..50fc2f4 100644 --- a/dockerfiles/monero-entrypoint.sh +++ b/dockerfiles/monero-entrypoint.sh @@ -19,7 +19,6 @@ monerod \ --confirm-external-bind \ --public-node \ --log-level=0 \ - --enable-dns-blocklist \ --rpc-ssl=disabled \ --ban-list=/ban_list.txt \ --tx-proxy=tor,$TOR_HOST:9050,disable_noise,24 \