damob-byun / WireGuardNTSharp

WireGuard Simple Windows Cli and WireGuard NT Wrapper for C#(Csharp) with P/Invoke
GNU General Public License v2.0
46 stars 5 forks source link

Doesn't work #4

Open voidZiAD opened 8 months ago

voidZiAD commented 8 months ago

Please check out this project for context: https://www.github.com/voidZiAD/LUMINET

I am trying to make a VPN that uses C# to connect to a WireGuard server. Your library isn't working for some reason. I keep getting an exception, not sure what it was because I'm making this issue after a month of receiving this issue almost so I don't really remember but the exception was trying to say it's not a valid file or something? Even though it's a .conf with all the details and I tried connecting with the WireGuard client and it works. Why is it not working with this library?

voidZiAD commented 8 months ago

https://github.com/voidZiAD/LUMINET/blob/main/WhyIsWireGuardNotImplementedYet.md

damob-byun commented 7 months ago

Not all configurations are implemented..

Can I see your vpn conf??