diff options
| author | Per Larsson <[email protected]> | 2021-10-02 16:31:52 +0200 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-10-02 16:31:52 +0200 |
| commit | 22d25f59c7ead3de0b5d335684242b7364bce8f1 (patch) | |
| tree | 9e178364bc675010c0817019c9db2c8233e03511 /zenserver/config.h | |
| parent | Added simple stats HTML dashboard with route /dashboard. (diff) | |
| download | zen-22d25f59c7ead3de0b5d335684242b7364bce8f1.tar.xz zen-22d25f59c7ead3de0b5d335684242b7364bce8f1.zip | |
Added support for choosing best ZEN upstream endpoint based on latency.
Diffstat (limited to 'zenserver/config.h')
| -rw-r--r-- | zenserver/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/config.h b/zenserver/config.h index af1a24455..ec6d7340a 100644 --- a/zenserver/config.h +++ b/zenserver/config.h @@ -35,7 +35,7 @@ struct ZenUpstreamJupiterConfig struct ZenUpstreamZenConfig { - std::string Url; + std::vector<std::string> Urls; }; enum class UpstreamCachePolicy : uint8_t |