Commit Graph

96 Commits

Author SHA1 Message Date
d578d0a5e4 uses wireguard-go submodule + arm 6 and 7 builds
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2021-01-22 11:05:17 +01:00
58c681c536 adds wireguard-go as submodule 2021-01-22 10:10:06 +01:00
3995469c67 adds version command 2021-01-22 09:34:45 +01:00
06c32cb336 wg-quicker can be enforced to use wireguard-go
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2021-01-21 15:33:34 +01:00
72253bd890 uses cobra for command line interface rewrite 2021-01-21 15:18:17 +01:00
976636bbc5 docs: readme work
All checks were successful
continuous-integration/drone/push Build is passing
2021-01-21 13:42:24 +01:00
167c003387 getting drone to work
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2021-01-21 13:04:58 +01:00
2fb6cbcaf1 uses old error checking
Some checks failed
continuous-integration/drone/push Build is failing
2021-01-21 11:54:26 +01:00
a5695600e2 happy linting 2021-01-21 10:25:04 +01:00
d9764025be adds drone yaml 2021-01-20 15:24:38 +01:00
e736942f01 adds byteexec to run the embedded wireguard-go 2021-01-20 15:03:21 +01:00
6286af0891 adds goreleaser and makefile for preparing wireguard-go 2021-01-19 14:18:44 +01:00
oashnic
551e747c00 Add ignore exist address error in SyncAddress() (#3)
Fix IPv6 addresses
2019-11-04 21:52:08 +01:00
Neven Miculinic
77aa012d20
Merge pull request #2 from gitirabassi/feat/update-deps
updated wireguard client to new name
2019-10-30 21:35:56 +01:00
gitirabassi
a0eef14dd1
updated wireguard client to new name 2019-10-30 18:04:10 +01:00
Neven Miculinic
f04d44ff8d Fixed PersistentKeepalive serialization 2019-04-18 09:50:23 +02:00
Neven Miculinic
d80ea58156 using unix constants instead of hard coding my own 2019-03-29 12:59:45 +01:00
Neven Miculinic
6bc3601354 update 2019-03-29 12:40:15 +01:00
Neven Miculinic
6b3b3f100f Refactored SyncRoutes for better control 2019-03-29 11:01:22 +01:00
Neven Miculinic
6264d3c504 some corrections 2019-03-29 10:50:17 +01:00
Neven Miculinic
9a0ad14ca6 Added route protocol filtering 2019-03-29 10:48:33 +01:00
Neven Miculinic
8f048ca6d8 upd 2019-03-28 16:29:16 +01:00
Neven Miculinic
8e26600493 Added CGO_ENABLED for tests 2019-03-28 16:28:45 +01:00
Neven Miculinic
587a7db470 Added initial binary wg-quick equivalent 2019-03-28 16:05:43 +01:00
Neven Miculinic
5f01824316 Added support for route protocol and address label 2019-03-28 14:39:45 +01:00
Neven Miculinic
612737e036 Moved IPNet pointer to concrete type 2019-03-28 14:22:30 +01:00
Neven Miculinic
de4ce9431e Added empty checks 2019-03-28 13:58:11 +01:00
Neven Miculinic
cc65c47fd3 updated outdated config 2019-03-28 12:54:26 +01:00
Neven Miculinic
1d6007e9e9 fix silly mistake 2019-03-28 12:46:23 +01:00
Neven Miculinic
875513e4af implmented report card suggestions 2019-03-28 12:43:34 +01:00
Neven Miculinic
f0b2e9f85a gofmt + various feature implementations 2019-03-28 12:38:22 +01:00
Neven Miculinic
940aafb98d Some better docs 2019-03-27 17:55:39 +01:00
Neven Miculinic
db19e30e58 Better address/route deletion code 2019-03-27 17:40:06 +01:00
Neven Miculinic
a4b7e8df32 Added CI caching 2019-03-27 17:29:52 +01:00
Neven Miculinic
eb5c6c4015 update 2019-03-27 17:26:09 +01:00
Neven Miculinic
c5eb6a3cfa updaet 2019-03-26 14:53:14 +01:00
Neven Miculinic
d1fc1f2f2c small update 2019-03-26 14:35:31 +01:00
Neven Miculinic
e9c9b6cf29 Merge branch 'master' of github.com:nmiculinic/wg-quick-go 2019-03-26 14:15:41 +01:00
Neven Miculinic
adee6738a7 update & fix 2019-03-26 14:15:28 +01:00
Neven Miculinic
d354485a29
Update README.md 2019-03-26 14:01:50 +01:00
Neven Miculinic
77513cb696
Update README.md 2019-03-26 14:01:42 +01:00
Neven Miculinic
a35edbde22 Added routing table support 2019-03-26 14:01:02 +01:00
Neven Miculinic
f2375340a4 Added MTU support 2019-03-26 13:58:26 +01:00
Neven Miculinic
5c86e5479e cleaned up the logging 2019-03-26 13:57:33 +01:00
Neven Miculinic
f952657bc4 initial commit 2019-03-26 13:44:38 +01:00
Neven Miculinic
1bfd1766a7
Initial commit 2019-03-26 13:28:22 +01:00