summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-17 17:11:56 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-17 17:11:56 +0100
commitb7e67e1ed4322d369618d5b975f5fae698e26e80 (patch)
tree1f4012c7973fb936dec37545a4b934a97d5c01df
parent012ad74fc948d4da16a033b1cffb6d3ef458f7f4 (diff)
downloaddocs-b7e67e1ed4322d369618d5b975f5fae698e26e80.tar.gz
docs-b7e67e1ed4322d369618d5b975f5fae698e26e80.tar.bz2
docs-b7e67e1ed4322d369618d5b975f5fae698e26e80.zip
cmd line option
-rw-r--r--manpages/taler-exchange-httpd.1.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst
index 78fe1e7b..11027684 100644
--- a/manpages/taler-exchange-httpd.1.rst
+++ b/manpages/taler-exchange-httpd.1.rst
@@ -27,6 +27,12 @@ must exist before running this command.
Its options are as follows:
+**-a** \| **–allow-timetravel**
+ Allow clients to request /keys for arbitrary timestamps.
+ This should only be enabled for testing and development,
+ as clients could abuse this in denial of service attacks,
+ as it makes the /keys response generation much more expensive.
+
**-C** \| **–connection-close**
Force each HTTP connection to be closed after each request (useful in
combination with **-f** to avoid having to wait for nc to time out).