feature: moved domain for opensearch to config

This commit is contained in:
frosty
2026-03-18 04:10:30 -04:00
parent e1ad06ea25
commit 9dc056dc40
5 changed files with 21 additions and 5 deletions

View File

@@ -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;