summaryrefslogtreecommitdiffstats
path: root/src/server/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/globals.h')
-rw-r--r--src/server/globals.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/globals.h b/src/server/globals.h
index 2dbabd5..1475981 100644
--- a/src/server/globals.h
+++ b/src/server/globals.h
@@ -207,6 +207,13 @@ extern bool _closeUnusedFd;
extern bool _backgroundReplication;
/**
+ * (In proxy mode): If connecting client is a proxy, and the requested image
+ * is not known locally, should we ask our known alt servers for it?
+ * Otherwise the request is rejected.
+ */
+extern bool _lookupMissingForProxy;
+
+/**
* Port to listen on (default: #define PORT (5003))
*/
extern int _listenPort;