summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/sources/configuration.md8
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]