wg-netns
wg-netns copied to clipboard
WireGuard with Linux Network Namespaces
fix #3 i tried to use this from my [python-piavpn](https://github.com/milahu/python-piavpn) using `wg-netns` as a drop-in replacement for `wg-quick` ... but DNS is broken ``` sudo ./piavpn.py -c /etc/piavpn.config.yaml ... exec:...
Are there plans to add support for Wireguard native config files instead of JSON?
wg-quick: [master/src/wg-quick/linux.bash#L125](https://github.com/WireGuard/wireguard-tools/blob/master/src/wg-quick/linux.bash#L125) current (gets current default 1420): [eff7413c/wgnetns/main.py#L143](https://github.com/dadevel/wg-netns/blob/eff7413c79c5888a99e53593993c0d0af6ecbb56/wgnetns/main.py#L143) From `man wg-quick`: > MTU — if not specified, the MTU is automatically determined from the endpoint addresses or the system default...