diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-18 10:06:07 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-18 10:06:07 +0100 |
commit | 5a0633d70a82e15f63a006489ffa1544fa37cb90 (patch) | |
tree | 5bc9ff8c7721a7f15b5fa322d50ebeed51225e9a /doc/example.mux | |
parent | c56781de33a257cc83978132dee0b28e2cbfc719 (diff) | |
download | dabmux-5a0633d70a82e15f63a006489ffa1544fa37cb90.tar.gz dabmux-5a0633d70a82e15f63a006489ffa1544fa37cb90.tar.bz2 dabmux-5a0633d70a82e15f63a006489ffa1544fa37cb90.zip |
Allow user to specify TAI bulletin URLs
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/example.mux b/doc/example.mux index 1ecffaf..48a89dc 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -50,6 +50,13 @@ general { ; your file is still valid. tist false + ; The URLs used to fetch the TAI bulletin can be overridden if needed. + ; URLs are given as a pipe-separated list, and the default value is: + ;tai_clock_bulletins "https://www.ietf.org/timezones/data/leap-seconds.list|https://raw.githubusercontent.com/eggert/tz/master/leap-seconds.list" + ; + ; You may also use a file:// URL if you take care of updating the file + ; yourself and store it locally. + ; The management server is a simple TCP server that can present ; statistics data (buffers, overruns, underruns, etc) ; which can then be graphed a tool like Munin |