Block a user
Compile issue @2.0.0
@MorningLightMountain713 waiting for u response
That all works now... can remove / add peers 👍
Compile issue @2.0.0
Unable to add / remove peers
@MorningLightMountain713 In this commit [b8b39f4a2f01b3752d259a8739a22b1a47107697] i fixed this message and correctly set Wireguard configurations, the fix Will be releasing in the next tag…
Unable to add / remove peers
Manually set ip / bring up wg interface
This is how I'm adding the ip and bringing the interface up now:
import { createRtNetlink } from 'netlink'
const localAddr = "10.10.9.0"
const links = await socket.getLinks(…
Manually set ip / bring up wg interface
in linux correctly delete interface my computers and docker containers, check if run with sudo node, if persist i comment here
Issue persists, I am using sudo to run node.
Here is the…
Manually set ip / bring up wg interface
Also, forgot to mention, when I try to delete the interface - it doesn't delete it.
I have to manually run
davew@chud:~/netlink$ sudo ip link del dev wgB
Manually set ip / bring up wg interface
davew@chud:~/netlink$ uname -a
Linux chud 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Manually set ip / bring up wg interface