mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-19 23:09:06 +00:00
Start a new peer without an allowed ips entry.
This commit is contained in:
parent
e53c959c00
commit
fabb6c907a
@ -48,7 +48,6 @@ class TunnelConfigurationTableViewController: UITableViewController {
|
|||||||
tableView.insertRows(at: [insertedAt], with: .automatic)
|
tableView.insertRows(at: [insertedAt], with: .automatic)
|
||||||
|
|
||||||
let peer = Peer(context: moc)
|
let peer = Peer(context: moc)
|
||||||
peer.allowedIPs = "0.0.0.0/0, ::/0"
|
|
||||||
tunnel.addToPeers(peer)
|
tunnel.addToPeers(peer)
|
||||||
|
|
||||||
tableView.endUpdates()
|
tableView.endUpdates()
|
||||||
|
Loading…
Reference in New Issue
Block a user