File verifier.conf.diff of Package keylime
diff --git a/config/verifier.conf b/config/verifier.conf
index b1655f5..1c1b12b 100644
--- a/config/verifier.conf
+++ b/config/verifier.conf
@@ -8,7 +8,8 @@ version = 2.4
uuid = default
# The binding address and port for the verifier server
-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
@@ -245,7 +246,8 @@ require_allow_list_signatures = False
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.