|
|
@@ -115,7 +115,7 @@ func (serverEntry *ServerEntry) GetDirectWebRequestPorts() []string {
|
|
|
// Server-side configuration quirk: there's a port forward from
|
|
|
// port 443 to the web server, which we can try, except on servers
|
|
|
// running FRONTED_MEEK, which listens on port 443.
|
|
|
- if serverEntry.SupportsProtocol(TUNNEL_PROTOCOL_FRONTED_MEEK) {
|
|
|
+ if !serverEntry.SupportsProtocol(TUNNEL_PROTOCOL_FRONTED_MEEK) {
|
|
|
ports = append(ports, "443")
|
|
|
}
|
|
|
ports = append(ports, serverEntry.WebServerPort)
|