We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca757b commit 0126db7Copy full SHA for 0126db7
android/src/main/java/com/tailscale/ipn/ui/model/IpnState.kt
@@ -131,8 +131,8 @@ class IpnLocal {
131
}
132
133
// Returns true if the profile uses a custom control server (not Tailscale SaaS).
134
- fun isUsingCustomControlServer(): Boolean {
135
- return ControlURL != null && ControlURL != "controlplane.tailscale.com"
+ private fun isUsingCustomControlServer(): Boolean {
+ return ControlURL != null && ControlURL != "https://controlplane.tailscale.com"
136
137
138
// Returns the hostname of the custom control server, if any was set.
0 commit comments