This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
gluetun
Watch
1
Star
0
Fork
0
You've already forked gluetun
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
072b42d867c6b5082873e3d1210c3beb08f7a73d
gluetun
/
.devcontainer
/
Dockerfile
3 lines
55 B
Docker
Raw
Normal View
History
Unescape
Escape
Dev container documentation and cleanup
2020-12-08 06:24:46 +00:00
FROM
qmcgaw/godevcontainer
Wireguard support for Mullvad and Windscribe (#565) - `internal/wireguard` client package with unit tests - Implementation works with kernel space or user space if unavailable - `WIREGUARD_PRIVATE_KEY` - `WIREGUARD_ADDRESS` - `WIREGUARD_PRESHARED_KEY` - `WIREGUARD_PORT` - `internal/netlink` package used by `internal/wireguard`
2021-08-22 14:58:39 -07:00
RUN
apk add wireguard-tools
Reference in New Issue
Copy Permalink