create a tunnel in " WIREGUARD " version 1.0.12

Viewed 212

I'm trying to create tunnel using wireguard in ios but it always shows the same error on activating the tunnel that config is invalid.

  1. Code=1 "Missing protocol or protocol has invalid type" wireguard

  2. Error saving tunnel after re-enabling: Error Domain=NEVPNErrorDomain Code=1 "Missing protocol or protocol has invalid type"

Im giving these paramters when create a tunnel from scratch

Name, Pri-Pub auto generated, Addresses, Listen Port, In Add Peer section => Public Key and save the tunnel

1 Answers

Try to replace all bundles (even in Info.plist files) that contain "com.wireguard...." with its own, because if you have the original WireGuard app then I think it generates conflict.

Related