Skip to content
Discussion options

You must be logged in to vote

proxy/wireguard: failed to create virtual tun interface

Disable kernelTun. Add noKernelTun: true to wireguard settings object.

Like this

  - tag: warpMain
    protocol: wireguard
    settings:
      secretKey: aE6uv2GN+rEhGTW9VrMzF6Zce4muGTZukOjpYcSatVE=
      noKernelTun: true
      peers:
        - endpoint: 188.114.98.55:988
          keepAlive: 1
          publicKey: bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=
      address:
        - 172.16.0.2/32
      mtu: 1280
      reserved:
        - 91
        - 136
        - 82
    streamSettings:
      sockopt:
        dialerProxy: "MMMnoise"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hamedsbt
Comment options

@i-eat-helicopter
Comment options

Answer selected by hamedsbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants