Start a new peer without an allowed ips entry.

This commit is contained in:
Jeroen Leenarts 2018-09-16 21:23:20 +02:00
parent e53c959c00
commit fabb6c907a
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class TunnelConfigurationTableViewController: UITableViewController {
tableView.insertRows(at: [insertedAt], with: .automatic)
let peer = Peer(context: moc)
peer.allowedIPs = "0.0.0.0/0, ::/0"
tunnel.addToPeers(peer)
tableView.endUpdates()