Skip to content
#

wireguard

Here are 244 public repositories matching this topic...

algo
vlasov-alexandr89
vlasov-alexandr89 commented Mar 26, 2020

Hi,
Could you please help me understand what I'm missing:

Python 3.6.9
[GCC 8.3.0] on linux

from pyroute2 import ethtool
etht = ethtool.Ethtool()
ERROR:root:Generic netlink protocol ethtool not found
ERROR:root:Please check if the protocol module is loaded

and looks like this happens specifically in this place

_with_nl.is_nlethtool_in_kernel()
ERROR:root:Generic netlink p

dmitrydvornichenko
dmitrydvornichenko commented Apr 16, 2020

Is your feature request related to a problem? Please describe.
Hello team.
I have a task to deploy a tiny and cute frontend, which will distribute wg configs for users of our organization. I decided to use your package, because it is 100% suitable.
We use dedicated server as a wg endpoint (VyOS cluster on vrrp), so I don't need to create peers from UI. I am populating config.json by ansible

Hofer-Julian
Hofer-Julian commented Feb 27, 2019

I noticed that you set the same global variables at multiple places of the your python scripts (like e.g. ROOTDIR).

I would suggest to put them in seperate file (e.g. config.py) and import them from there.

I would also suggest to make use of QStandardPaths, instead of hardcode them (especially if you want to target different distributions in the

g00nix
g00nix commented May 11, 2019

This projects looks like it will have a good future in the FOSS community, however for people to jump in, extended documentation would be good, preferably in-the-face (starting with README.md) and noob-friendly. There already is a good code sample here, however, people new to wireguardctl have to read through the project t

Improve this page

Add a description, image, and links to the wireguard topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wireguard topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.