Skip to content

Commit dbe4119

Browse files
committed
Listing allowed ports for MASQUE
1 parent a6d776f commit dbe4119

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

main.go

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,15 @@ func main() {
234234
// ------------------------ Helpers ------------------------
235235

236236
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"}
237+
ports := []string{
238+
"443",
239+
//"500",
240+
//"1701",
241+
//"4500",
242+
//"4443",
243+
//"8443",
244+
//"8095",
245+
}
238246

239247
var r4, r6 []string
240248
if strings.TrimSpace(r4csv) != "" {

0 commit comments

Comments
 (0)