From c9436bc7218800ef6911dab6eed7d7ddf3378e94 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Thu, 4 Feb 2016 14:24:18 +0900 Subject: server: add support specifying addresses to listen Signed-off-by: ISHIDA Wataru --- docs/sources/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/sources/configuration.md') diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md index abe04d32..4866d950 100644 --- a/docs/sources/configuration.md +++ b/docs/sources/configuration.md @@ -22,6 +22,14 @@ [global.mpls-label-range] min-label = 1000 max-label = 2000 + [global.listen-config] + # listen port (by default 179) + port = 1790 + # to disable listening + # port = -1 + + # listen address list (by default "0.0.0.0" and "::") + local-address-list = ["192.168.10.1", "2001:db8::1"] [[rpki-servers]] [rpki-servers.config] -- cgit v1.2.3