Skip to content

Support for MTU and Table

Compare
Choose a tag to compare
@jnhmcknight jnhmcknight released this 16 Dec 21:44
· 48 commits to master since this release
d7eb722

Bug Fixes:

  • Empty config values should not output broken directives to the WireGuard config files. af03a8f
  • Keepalive was affecting the wrong config file. af03a8f
  • Preshared keys were not being put in both ends of a peer configuration. af03a8f
  • Not all appropriate options were being inherited by a peer in a server<->peer configuration. bd0dc73
  • Tuples were not being handled correctly where lists and sets were accepted. 75cf466

Enhancements:

  • Adds support for using the MTU and Table directives in the WireGuard config files. #3 Thanks @marneu!
  • Test suite has been expanded. 5b1561e
  • Better error messages for certain cases. 75cf466