diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2024-06-05 13:35:20 -0700 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2024-06-05 13:35:20 -0700 |
commit | 23a37100f121edd0c1291c4a78901662eae5d58b (patch) | |
tree | 1b16a2f5b53746b0bef8f5f7f92729f128d2baaa /test/example_config/wg1/wg1.netdev | |
parent | 24ac246d85115396489f970d2396acdbad93431b (diff) | |
download | wg2nd-0.2.1.tar.xz wg2nd-0.2.1.zip |
- Parse \r\n line feeds
- Add simple integration tests to ensure regressions do not occur
- Add test "wg1" for \r\n parsing
Diffstat (limited to 'test/example_config/wg1/wg1.netdev')
-rw-r--r-- | test/example_config/wg1/wg1.netdev | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/example_config/wg1/wg1.netdev b/test/example_config/wg1/wg1.netdev new file mode 100644 index 0000000..c8cf14b --- /dev/null +++ b/test/example_config/wg1/wg1.netdev @@ -0,0 +1,16 @@ +# Autogenerated by wg2nd +[NetDev] +Name = wg1 +Kind = wireguard +Description = wg1 - wireguard tunnel + +[WireGuard] +PrivateKeyFile = /etc/systemd/network/7MQMU4C7JODRWLDIICKQPWRARIMU5IFM54B2BGXAF42WYVL2RYQA====.privkey +FirewallMark = 0x25db0647 + +[WireGuardPeer] +PublicKey = WBSnuq6Vswxz5G5zz9pUt60ZSA+JfZ1iTXdg0RJGjks= +Endpoint = 128.45.210.64:51821 +AllowedIPs = 0.0.0.0/0 +AllowedIPs = ::0/0 + |