diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-18 04:10:30 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-18 04:10:30 -0400 |
| commit | 9dc056dc405ec2c23b3e802624c5596f518608d3 (patch) | |
| tree | 2512df7de25e74b5fcb698486a41a2fef2286c0b /src/Config.h | |
| parent | e1ad06ea257a60e90ea0877f5c12a289b541aa55 (diff) | |
| download | omnisearch-9dc056dc405ec2c23b3e802624c5596f518608d3.tar.gz | |
feature: moved domain for opensearch to config
Diffstat (limited to 'src/Config.h')
| -rw-r--r-- | src/Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
