1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-10 21:24:52 +08:00

TUN-9755: Set endpoint in tunnel credentials when generating locally managed tunnel with a Fed token

* TUN-9755: Set endpoint in tunnel credentials when generating locally managed tunnel with a Fed token

Closes TUN-9755
This commit is contained in:
Gonçalo Garcia
2025-08-27 15:57:58 +00:00
parent f9c2bd51ae
commit 9e6d58aaea
2 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,10 @@ func (c User) AccountID() string {
return c.cert.AccountID
}
func (c User) Endpoint() string {
return c.cert.Endpoint
}
func (c User) ZoneID() string {
return c.cert.ZoneID
}