fix(kiosk): add ports 443 and 8443 to auto-discovery scan list
This commit is contained in:
@@ -564,7 +564,7 @@ class SetupActivity : AppCompatActivity() {
|
|||||||
else getString(R.string.setup_discovering_detail)
|
else getString(R.string.setup_discovering_detail)
|
||||||
runOnUiThread { discoverStatus.text = "📡 $detectedLabel" }
|
runOnUiThread { discoverStatus.text = "📡 $detectedLabel" }
|
||||||
|
|
||||||
val ports = listOf(80, 8080)
|
val ports = listOf(443, 80, 8080, 8443)
|
||||||
val paths = listOf(
|
val paths = listOf(
|
||||||
"/api/index.php?action=get_settings",
|
"/api/index.php?action=get_settings",
|
||||||
"/dispensa/api/index.php?action=get_settings",
|
"/dispensa/api/index.php?action=get_settings",
|
||||||
|
|||||||
Reference in New Issue
Block a user