From 9dc056dc405ec2c23b3e802624c5596f518608d3 Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 18 Mar 2026 04:10:30 -0400 Subject: feature: moved domain for opensearch to config --- src/Config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Config.h') diff --git a/src/Config.h b/src/Config.h index e0e242c..33ff527 100644 --- a/src/Config.h +++ b/src/Config.h @@ -33,6 +33,7 @@ typedef struct { char host[256]; int port; + char domain[256]; char proxy[256]; char proxy_list_file[256]; int max_proxy_retries; -- cgit v1.2.3