We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d776f commit dbe4119Copy full SHA for dbe4119
1 file changed
main.go
@@ -234,7 +234,15 @@ func main() {
234
// ------------------------ Helpers ------------------------
235
236
func buildCandidatesFromFlags(v6, v4 bool, r4csv, r6csv string) []string {
237
- ports := []string{"443"} // for now fixed to 443; later add more like {"443","8443","2053"}
+ ports := []string{
238
+ "443",
239
+ //"500",
240
+ //"1701",
241
+ //"4500",
242
+ //"4443",
243
+ //"8443",
244
+ //"8095",
245
+ }
246
247
var r4, r6 []string
248
if strings.TrimSpace(r4csv) != "" {
0 commit comments