aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorelly <elly@leptoquark.net>2013-01-16 17:34:12 -0500
committerelly <elly@leptoquark.net>2013-01-17 19:06:05 -0500
commit0e35d0568fb679664719bbb83ab6b7319c018c85 (patch)
treed0d23627f4a3272bef45d460522800f4ca37e9f2 /man
parentee507438e9d6be050098ba5c14cb1d2124b430f3 (diff)
downloadtlsdate-0e35d0568fb679664719bbb83ab6b7319c018c85.tar.gz
tlsdated: support multiple failover hosts
Swap over to using 'source' stanzas in the config file (see tlsdated.conf for an example), and cycle through them as we make tlsdate attempts. TODO: changelog, man page, etc updates Signed-off-by: Elly Fong-Jones <ellyjones@chromium.org>
Diffstat (limited to 'man')
-rw-r--r--man/tlsdated.conf.516
1 files changed, 13 insertions, 3 deletions
diff --git a/man/tlsdated.conf.5 b/man/tlsdated.conf.5
index eff02d7..74cff70 100644
--- a/man/tlsdated.conf.5
+++ b/man/tlsdated.conf.5
@@ -18,9 +18,6 @@ indicates that the option should be switched on, and all other values indicate
that the option should be switched off. \fINote that trailing whitespace is
preserved in values.\fR
.SH OPTIONS
-.IP argv (string)
-Add an argument to the subprocess's argument vector. Use this option multiple
-times for multiple arguments.
.IP base-path (string)
Sets the path to tlsdated's cache directory.
.IP dry-run (bool)
@@ -53,6 +50,19 @@ How many seconds to wait between each attempt to wait for the subprocess.
If enabled, tlsdated will be annoyingly verbose in syslog and on stdout.
.IP wait-between-tries (int)
How long to wait between runs of the subprocess.
+.SH SOURCES
+You can list one or more sources to fetch time from. The format of these is:
+.RS 4
+source
+.RS 4
+host www.example.com
+.br
+port 443
+.br
+proxy socks5://127.0.0.1:9050
+.RE
+end
+.RE
.SH BUGS
It's likely! Let us know by contacting jacob@appelbaum.net