mirror of
https://github.com/confirmedcode/Lockdown-iOS.git
synced 2025-12-21 12:14:02 +01:00
re-enable firewall repair
This commit is contained in:
@@ -87,8 +87,6 @@ enum FirewallRepair {
|
||||
|
||||
static func run(context: Context, completion: @escaping (FirewallRepair.Result) -> Void = { _ in }) {
|
||||
DDLogInfo("Repair \(context): Starting")
|
||||
// FIREWALL REPAIR DISABLED FOR NOW
|
||||
return
|
||||
|
||||
// Check 2 conditions for firewall restart, but reload manager first to get non-stale one
|
||||
FirewallController.shared.refreshManager(completion: { error in
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
*.bing.com
|
||||
example.com
|
||||
|
||||
Reference in New Issue
Block a user