diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-02-04 14:24:18 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-02-04 23:34:24 -0800 |
commit | c9436bc7218800ef6911dab6eed7d7ddf3378e94 (patch) | |
tree | 6001d367aa133e28fddb460647c37e3ac5aef168 /docs | |
parent | 7f6831ce1228e42b717f5bf3e507ddae06483ba1 (diff) |
server: add support specifying addresses to listen
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/configuration.md | 8 |
1 files changed, 8 insertions, 0 deletions
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] |