You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TlsExtraCAs: flag.String("extra-ca-certs", "", "comma-separated files containing extra PEMs to trust for TLS connections in addition to the system trust store"),
77
+
TLSExtraCAs: flag.String("extra-ca-certs", "", "comma-separated files containing extra PEMs to trust for TLS connections in addition to the system trust store"),
76
78
MaxBGPPaths: flag.Int("max-bgp-paths", 10000, "How many BGP Paths to receive when counting routes, needs to be greater than or equal to the number of routes or metrics will not be generated"),
77
79
MaxVPNUsers: flag.Int("max-vpn-users", 0, "How many VPN Users to receive when counting users, needs to be greater than or equal the number of users or metrics will not be generated (0 eq. none by default)"),
78
80
}
@@ -93,6 +95,7 @@ func MustReInit() {
93
95
log.Fatalf("config.ReInit failed: %+v", err)
94
96
}
95
97
}
98
+
96
99
funcReInit() error {
97
100
flag.Parse()
98
101
@@ -120,7 +123,7 @@ func ReInit() error {
120
123
log.Printf("Loaded %d API keys", len(savedConfig.AuthKeys))
0 commit comments