Fixes the default port.
This commit is contained in:
@@ -96,5 +96,5 @@ class TorManager(
|
||||
|
||||
fun isSocksReady() = status.value is TorServiceStatus.Active
|
||||
|
||||
fun socksPort(): Int = (status.value as? TorServiceStatus.Active)?.port ?: 9050
|
||||
fun socksPort(): Int = (status.value as? TorServiceStatus.Active)?.port ?: 19050
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user