2
0
mirror of https://github.com/dadevel/wg-netns synced 2024-10-30 21:20:12 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Alex Leigh
eff7413c79 make private key optional
Allows private keys to be set in a post-up command and left out of config files.
2023-03-19 15:08:24 +01:00
Jendrik Weise
6486b2fad1 add base_netns functionality
Allows to specify the netns in which the WireGuard interface
is initialized. This allows for multi-hop VPNs.
2023-02-15 10:15:59 +01:00
dadevel
2542d9f4cd
readme: add example to start firefox in netns
Thanks to @dontdieych. Closes #7.
2022-10-02 18:24:02 +02:00
Chris Bouchard
56a9e4fbe6
add option to run shell hooks in host netns
Closes #6.
2022-10-02 18:19:11 +02:00
dadevel
baa1d01a49
package with poetry 2022-07-10 12:48:20 +02:00
dadevel
cd0248f36a
add extras 2022-03-20 22:15:28 +01:00
dadevel
59a67b445c
rewrite with dataclasses
Adds 'managed' option and yaml support, renames env vars and can load profiles by name.
Closes #4.
2022-01-26 10:55:32 +01:00
dadevel
42f67672f0
readme: use more descriptive variable names in port forwarding example 2021-08-04 08:43:31 +02:00
dadevel
c4c272b2eb
add setup script 2021-05-28 11:37:51 +02:00
dadevel
812e027bc0 rewrite for v1
Allow multiple interfaces per namespace.
Change configuration format to json.
2020-12-09 21:55:26 +00:00
dadevel
e225ad0bfe
readme: document netns port forwarding with socat 2020-11-30 13:11:47 +01:00
dadevel
19230eab45
add python3.7 compatibility 2020-11-15 22:41:42 +01:00
dadevel
0515fafaf8
provide optional systemd service 2020-11-15 17:13:46 +01:00
dadevel
f97b258b26
initial commit 2020-11-15 17:04:55 +01:00