diff --git a/core/urls.go b/core/urls.go index 08b6607..f9dcc82 100644 --- a/core/urls.go +++ b/core/urls.go @@ -5,8 +5,9 @@ import ( ) var ( - securePorts = []int{443, 832, 981, 1010, 1311, 2083, 2087, 2095, 2096, 4712, - 7000, 8172, 8243, 8333, 8443, 8834, 9443, 12443, 18091, 18092} + securePorts = []int{443, 832, 981, 1010, 1311, 2083, 2087, 2095, 2096, 4443, + 4712, 7000, 8172, 8243, 8333, 8443, 8834, 9443, 12443, + 18091, 18092, 44300} ) func HostAndPortToURL(host string, port int, protocol string) string {