Skip to content

Releases: aau-network-security/gwireguard

v1.0.4-haaukins-2.0

06 May 19:34
Compare
Choose a tag to compare

Changelog

  • fce6547 Included haaukins-wg.service file
  • 7a681f5 Fixed goreleaser yml
  • 95d5e9c Added readme for haaukins 2.0 specific release
  • 128bc2b Fixed removePeer function

v1.0.6

16 Aug 11:36
Compare
Choose a tag to compare

Changelog

e4ad0c4 Fixed formatting error in logging
6261f61 Merge remote-tracking branch 'origin/hotfix-config-file-path' into hotfix-config-file-path
92d3290 adding logging of the errors
7c60623 Update vpn/backend.go
33dbeff helper function for config path & cleaned interfaces name
bfa53d7 fixed bugs in config path and config fields
eae126c Error formatting
f8ecf76 solve for security alert jwt-go

v1.0.5

30 Jun 12:55
Compare
Choose a tag to compare

Changelog

0a7b96f protobuf v1.27.1 added
93d2658 unImplemented daemon server to wgstruct
80b520f version of dependencies updated
6754542 new protofiles generated - Update
319e31b Merge pull request #5 from aau-network-security/hotfix/refactor-wg-conf-gen-#000
92d0749 Merge pull request #4 from aau-network-security/hotfix/add-sample-client-call-#000
85c71b7 update example client function calls in client/main.go
abf7c37 update wgConfig
29c649c update gRPC call and InitializeWG function
37aceb4 spcify template file path
7e899c8 interface template for wireguard connection
ecd4036 example call client for defatt

v1.0.4

06 Apr 10:12
4a9b63f
Compare
Choose a tag to compare

Changelog

4a9b63f Merge pull request #1 from aau-network-security/hotfix/remove-viper-#000
e99ee4c update how to run through docker
7c49e96 viper dependency removed
32bd9aa refactor code according to configuration
2d4f7f0 update Dockerfile
4bfdc7f remove viper and read as pure yaml file

v1.0.3

16 Nov 10:14
4a9b63f
Compare
Choose a tag to compare

Changelog

4a9b63f Merge pull request #1 from aau-network-security/hotfix/remove-viper-#000
e99ee4c update how to run through docker
7c49e96 viper dependency removed
32bd9aa refactor code according to configuration
2d4f7f0 update Dockerfile
4bfdc7f remove viper and read as pure yaml file

v1.0.2

10 Nov 01:08
3ab8c3a
Compare
Choose a tag to compare

Changelog

3ab8c3a update usernamee on workflow docker push
14a25f2 modify packages for aau-network-security
1d13544 modify docker push workflow for aau

v1.0.1

08 Nov 10:27
Compare
Choose a tag to compare

Changelog

c8ea5cb add .goreleaser configuration file
81bbe4d integrate dockerpush workflow
f5b02cf how to run through docker explained
a20104b minimized dockerfile for wireguard gRPC server is added
c43800f CONFIG_PATH env added to initialization of configuration
194219c Create codeql-analysis.yml
a8b4b3f add some logging and listPeers
5281b33 add comments on available functions
8e1488a add example client codes
10ba7c3 make config path universal
2df520c include go modules
6a68079 gRPC commands added for wg
67b22e7 installation instructions for wireguard
bf0e475 basic operations for wireguard added