mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
Removed the IPMI port from GetDefaultPorts
This commit is contained in:
parent
ca2f3990fa
commit
9828195533
1 changed files with 1 additions and 1 deletions
|
|
@ -160,5 +160,5 @@ func ScanForAssets(hosts []string, ports []int, threads int, timeout int, disabl
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetDefaultPorts() []int {
|
func GetDefaultPorts() []int {
|
||||||
return []int{HTTPS_PORT, IPMI_PORT}
|
return []int{HTTPS_PORT}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue