1
0
mirror of https://github.com/NLnetLabs/rtrtr.git synced 2024-05-11 05:55:07 +00:00

33 Commits

Author SHA1 Message Date
bbcb3b0a6f Add a merge unit. (#110)
This PR adds a new merge unit that merges the payload from all its healthy
sources.
2024-04-29 10:36:39 +02:00
6f00387dd6 Additional config options for the HTTP client. (#111)
This PR adds four new configuration options for the HTTP client used by the
json unit.

These are http-root-certs for additional TLS root certificates,
http-user-agent for setting a custom user agent, http-client-addr to specify
a local address to bind to, and http-proxies to add HTTP proxies. The last
option is only available if the socks feature is enabled which it is by
default.
2024-04-22 12:10:20 +02:00
01331a6496 Allow configuring the timer values in the RTR targets. (#106)
This PR adds three optional configuration values to the RTR target
configuration that allow configuring the timer values included in an RTR
exchange.
2024-04-10 12:19:04 +02:00
29d26f1bc1 Fix broken example config file. (#104)
The config file requires IP addresses, not domain names.
2024-03-18 14:35:58 +01:00
2391ffbc4c Add mastodon badge 2023-01-24 10:46:57 +01:00
c4cce6cb60 Custom 404 page 2022-10-19 16:27:23 +02:00
b71abc114b Bump version. 2022-06-13 15:53:40 +02:00
7861232582 Prepare for release 0.2.2. (#78) 2022-06-13 15:49:09 +02:00
2e104d2d40 Bump version. 2022-06-02 11:33:15 +02:00
294f46be3a Prepare for release 0.2.2-rc1. (#76) 2022-06-02 11:27:27 +02:00
2b1db0988d Add Ubuntu 22.04 packaging support. (#70) 2022-06-02 10:47:31 +02:00
300a3abf16 Bump version. 2022-03-28 12:23:03 +02:00
5311a0311a Prepare for release 0.2.1. (#69) 2022-03-28 12:11:26 +02:00
a33a3d8dd2 Bump version. 2022-03-17 12:22:27 +01:00
6a917662b0 Prepare for release 0.2.1-rc1. (#68) 2022-03-17 12:17:12 +01:00
c963af96ee typo fix 2022-03-16 17:04:27 +01:00
5dfddeeb27 s/routinator/rtrtr 2022-03-16 16:59:41 +01:00
21e839f238 Split out Building from Source 2022-03-16 16:51:21 +01:00
39817333cb Disable tab closing 2022-03-16 16:35:50 +01:00
a18c0af6f5 Less badges 2022-03-16 16:34:33 +01:00
a8b1fb3731 Fix endless growth of history of "rtr" and "rtr-tls" targets. (#65)
The "rtr" and "rtr-tls" targets both keep a list of changes in order to
process RTR serial queries. Due to a bug in the code, this maximum size
of that list was not limited as intended and keeps growing during runtime.

This change fixes this infinite growth and introduces a new config
parameter to the "rtr" and "rtr-tls" targets named "history-size" that
allows setting the maximum number of updates kept. When not present, it
defaults to 10.
2022-03-10 12:25:31 +01:00
16fe7eae38 Refer to Routinator docs for SLURM example 2022-01-27 17:10:40 +01:00
8ca9eb8722 Update badge 2022-01-25 12:44:34 +01:00
d34ecc1cfa Hide ToC 2022-01-25 11:08:58 +01:00
dd631e4de8 freshen up intro 2022-01-25 11:08:37 +01:00
02c06b1338 Remove introduction page 2022-01-25 10:45:31 +01:00
b36f046719 Automate version number 2022-01-25 10:44:32 +01:00
b86be49876 Remove redundant files 2022-01-19 12:37:03 +01:00
a1f0b778a4 reflow 2022-01-19 12:36:47 +01:00
7b19253ec8 Merge remote-tracking branch 'rtrtr-manual/main' 2022-01-19 12:34:48 +01:00
d179bfe2e3 Prepare for release 0.2.0. 2022-01-19 10:43:21 +01:00
d3b5904b4f Prepare for release 0.2.0-rc1. 2022-01-12 16:34:55 +01:00
acb98da73d Add a man page. 2022-01-05 11:35:09 +01:00