-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
Search first
- I searched and no similar issues were found
What Happened?
I tried to make wg:// link from this
[Interface]
PrivateKey = xxx
Address = 10.8.0.16/24
DNS = 1.1.1.1
[Peer]
PublicKey = xxx
PresharedKey = xxx
AllowedIPs = 0.0.0.0/0, ::/0
PersistentKeepalive = 0
Endpoint = xxx.xxx.xxx.xx:51820
But i get 3873994564 missing local address log in hiddify app on windows 10/ ios
https://hiddify.com/app/URL-Scheme/#v2ray-format
I uses this scheme
Minimal Reproducible Example (MRE)
I tried to make wg:// link from this
[Interface]
PrivateKey = xxx
Address = 10.8.0.16/24
DNS = 1.1.1.1
[Peer]
PublicKey = xxx
PresharedKey = xxx
AllowedIPs = 0.0.0.0/0, ::/0
PersistentKeepalive = 0
Endpoint = xxx.xxx.xxx.xx:51820
Expected Behavior
No response
Version
v1.3.8
Platform/OS
Windows, macOS, iOS
Additional Context
No response
Application Config Options
No response
Relevant log output
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)