From 11e1508a163283235319863594187c2ade78107c Mon Sep 17 00:00:00 2001 From: Annika Hannig Date: Thu, 17 Nov 2022 14:34:26 +0100 Subject: [PATCH] added full gobgp example --- etc/alice-lg/alice.example.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/alice-lg/alice.example.conf b/etc/alice-lg/alice.example.conf index c63aebb..b75464a 100644 --- a/etc/alice-lg/alice.example.conf +++ b/etc/alice-lg/alice.example.conf @@ -78,6 +78,7 @@ routes_not_exported_page_size = 250 [rejection_candidates] communities = 6695:1102:14, 6695:1102:15, 23:42:46 + [noexport] load_on_demand = true # Default: false @@ -224,6 +225,11 @@ servertime_ext = Mon, 02 Jan 2006 15:04:05 -0700 # configured per gRPC call to a given GoBGP daemon. # Default: 300 # processing_timeout = 300 +# TLS: +# tls_crt = /path/to/cert +# tls_common_name = "common name" +# Disable TLS: +# insecure = true # [source.rs0-example] # name = rs-example.openbgpd-state-server