github.com/gotd/td/mtproxy.Secret.CloakHost (field)

3 uses

	github.com/gotd/td/mtproxy (current package)
		secret.go#L26: 	CloakHost string
		secret.go#L66: 		r.CloakHost = string(secret[simpleLength:])

	github.com/gotd/td/mtproxy/faketls
		faketls.go#L44: 	clientDigest, err := writeClientHello(o.conn, o.rand, o.clock, s.CloakHost, s.Secret)