From c2551c011e81701de121ff25894d45e8a019c819 Mon Sep 17 00:00:00 2001
From: Yves Rutschle <git1@rutschle.net>
Date: Tue, 12 Sep 2023 21:35:23 +0200
Subject: [PATCH] update to Conf::Libconfig 1.0.3 API

---
 test.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test.cfg b/test.cfg
index a7590e9..26c7a47 100644
--- a/test.cfg
+++ b/test.cfg
@@ -53,6 +53,7 @@ protocols:
      { name: "regex"; host: "ip4-localhost"; is_udp: true; port: "9020";
          udp_timeout: 30;
          regex_patterns: [ "^foo" ];
+         resolve_on_forward: true;
      },
      { name: "regex"; host: "localhost"; port: "9011";
         regex_patterns: [ "^foo", "^bar" ];