Modifications to wireguard-go so it can (sorta) run on NetBSD
Go to file
2018-02-11 23:31:53 +01:00
internal Removed exported methods from ratelimiter package 2018-02-11 23:01:55 +01:00
tests Moved test-processes to background 2018-02-11 23:31:53 +01:00
.gitignore Added binary to .gitignore 2018-01-31 10:11:36 +01:00
build.cmd Align with go library layout 2018-02-04 16:08:26 +01:00
conn.go Align with go library layout 2018-02-04 16:08:26 +01:00
conn_default.go Align with go library layout 2018-02-04 16:08:26 +01:00
conn_linux.go Align with go library layout 2018-02-04 16:08:26 +01:00
constants.go Align with go library layout 2018-02-04 16:08:26 +01:00
cookie.go Added missing mutex acquisition 2018-02-11 23:07:07 +01:00
cookie_test.go Align with go library layout 2018-02-04 16:08:26 +01:00
COPYING Initial scaffolding 2017-05-30 00:13:20 +02:00
daemon_darwin.go Align with go library layout 2018-02-04 16:08:26 +01:00
daemon_linux.go Align with go library layout 2018-02-04 16:08:26 +01:00
daemon_windows.go Fixed tabs 2018-02-11 19:02:50 +01:00
device.go Moved ratelimiter to internal package 2018-02-11 22:53:39 +01:00
helper_test.go Align with go library layout 2018-02-04 16:08:26 +01:00
index.go Align with go library layout 2018-02-04 16:08:26 +01:00
ip.go Align with go library layout 2018-02-04 16:08:26 +01:00
kdf_test.go Align with go library layout 2018-02-04 16:08:26 +01:00
keypair.go Align with go library layout 2018-02-04 16:08:26 +01:00
logger.go Align with go library layout 2018-02-04 16:08:26 +01:00
main.go Align with go library layout 2018-02-04 16:08:26 +01:00
Makefile Align with go library layout 2018-02-04 16:08:26 +01:00
misc.go Align with go library layout 2018-02-04 16:08:26 +01:00
noise-helpers.go Go treats underscores specially 2018-02-07 18:59:41 +01:00
noise-protocol.go Moved tai64n into sub-package 2018-02-11 19:25:33 +01:00
noise-types.go Go treats underscores specially 2018-02-07 18:59:41 +01:00
noise_test.go Align with go library layout 2018-02-04 16:08:26 +01:00
peer.go TUN status hack was causing spam during shutdown 2018-02-11 23:26:54 +01:00
README.md README: rust -> go 2017-05-30 12:06:44 +02:00
receive.go Work on logging format 2018-02-04 19:18:44 +01:00
replay.go Align with go library layout 2018-02-04 16:08:26 +01:00
replay_test.go Moved tai64n into sub-package 2018-02-11 19:25:33 +01:00
routing.go Align with go library layout 2018-02-04 16:08:26 +01:00
send.go Work on logging format 2018-02-04 19:18:44 +01:00
signal.go Work on logging format 2018-02-04 19:18:44 +01:00
timer.go TUN status hack was causing spam during shutdown 2018-02-11 23:26:54 +01:00
timers.go TUN status hack was causing spam during shutdown 2018-02-11 23:26:54 +01:00
trie.go Align with go library layout 2018-02-04 16:08:26 +01:00
trie_rand_test.go Align with go library layout 2018-02-04 16:08:26 +01:00
trie_test.go Align with go library layout 2018-02-04 16:08:26 +01:00
tun.go TUN status hack was causing spam during shutdown 2018-02-11 23:26:54 +01:00
tun_darwin.go Align with go library layout 2018-02-04 16:08:26 +01:00
tun_linux.go Reverted event changes 2018-02-11 18:55:30 +01:00
tun_windows.go Align with go library layout 2018-02-04 16:08:26 +01:00
uapi.go Align with go library layout 2018-02-04 16:08:26 +01:00
uapi_darwin.go Fixed tabs 2018-02-11 19:02:50 +01:00
uapi_linux.go Align with go library layout 2018-02-04 16:08:26 +01:00
uapi_windows.go Fixed tabs 2018-02-11 19:02:50 +01:00

Do not use this Go code.

This is not a complete implementation of WireGuard. If you're interested in using WireGuard, use the implementation for Linux found here and described on the main wireguard website. There is no group of users that should be using the code in this repository here under any circumstances at the moment, not even beta testers or dare devils. It simply isn't complete. However, if you're interested in assisting with the Go development of WireGuard and contributing to this repository, by all means dig in and help out. But users: stay far away, at least for now.


Go Implementation of WireGuard

This is a work in progress for implementing WireGuard in Go.

License

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.