Skip to content

Major Refactor

Compare
Choose a tag to compare
@jnhmcknight jnhmcknight released this 31 Mar 02:25
· 90 commits to master since this release
fa7bccc

The object structure has been refactored to better represent the WireGuard config structure, which doesn't really have a server vs peer differentiation. Both are peers of each other.

Additionally, a Config class has been created to simplify the Peer and Server classes.