mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Fixed issue with collect requests and other minor changes
This commit is contained in:
parent
a6c95ef646
commit
f7159c9b66
5 changed files with 49 additions and 55 deletions
|
|
@ -170,7 +170,7 @@ func GenerateHostsWithSubnet(subnet string, subnetMask *net.IPMask, additionalPo
|
|||
// GetDefaultPorts() returns a list of default ports. The only reason to have
|
||||
// this function is to add/remove ports without affecting usage.
|
||||
func GetDefaultPorts() []int {
|
||||
return []int{HTTPS_PORT}
|
||||
return []int{443}
|
||||
}
|
||||
|
||||
// rawConnect() tries to connect to the host using DialTimeout() and waits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue