mirror of
https://github.com/SideStore/SideStore.git
synced 2026-05-11 20:05:40 +02:00
- Fix: corrected device IP in vpn configuration screen + corrected altsign package to use master-branch
This commit is contained in:
@@ -98,7 +98,7 @@ final class TunnelConfig: ObservableObject {
|
||||
static let shared = TunnelConfig()
|
||||
|
||||
private static let defaultOverrideIP: String = {
|
||||
if #available(iOS 26.4, *) { return "192.168.1.50" }
|
||||
// if #available(iOS 26.4, *) { return "192.168.1.50" }
|
||||
return "10.7.0.1"
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user