Skip to content

Commit 93e08fe

Browse files
committed
Add some more common testing ports
1 parent 11c9388 commit 93e08fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/tech/httptoolkit/android/PortListActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import java.util.*
1212
val DEFAULT_PORTS = setOf(
1313
80, // HTTP
1414
443, // HTTPS
15-
8000, 8080, 8888, 9000 // Common local dev ports
15+
4443, 8000, 8080, 8443, 8888, 9000 // Common local dev/testing ports
1616
)
1717

1818
const val MIN_PORT = 1

0 commit comments

Comments
 (0)