mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-22 12:10:39 +08:00
TUN-8727: extend client to include function to get cli configuration and tunnel configuration
This commit is contained in:
@@ -56,7 +56,7 @@ func NewDiagnosticHandler(
|
||||
}
|
||||
|
||||
func (handler *Handler) InstallEndpoints(router *http.ServeMux) {
|
||||
router.HandleFunc(configurationEndpoint, handler.ConfigurationHandler)
|
||||
router.HandleFunc(cliConfigurationEndpoint, handler.ConfigurationHandler)
|
||||
router.HandleFunc(tunnelStateEndpoint, handler.TunnelStateHandler)
|
||||
router.HandleFunc(systemInformationEndpoint, handler.SystemHandler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user