--- verifier.conf.ORIG	2026-05-13 15:15:20.416693445 +0200
+++ verifier.conf	2026-05-13 15:18:06.361780870 +0200
@@ -10,7 +10,8 @@
 # The binding address and port for the verifier server. Use a specific address
 # to bind one interface, "0.0.0.0" to listen on all IPv4 interfaces, or "::"
 # to listen on all IPv6 interfaces (also accepts IPv4 on dual-stack hosts).
-ip = "127.0.0.1"
+# ip = "127.0.0.1"
+ip = "0.0.0.0"
 port = 8881
 
 # The address and port of registrar server that the verifier communicates with
@@ -345,7 +346,8 @@
 enabled_revocation_notifications = ['agent']
 
 # The binding address and port of the revocation notifier service via ZeroMQ.
-zmq_ip = 127.0.0.1
+# zmq_ip = 127.0.0.1
+zmq_ip = 0.0.0.0
 zmq_port = 8992
 
 # Webhook url for revocation notifications.
