mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-16 00:14:10 +02:00
fix(wireguard): skip tun device checks when using kernelspace
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
//go:build !linux && !darwin
|
||||
|
||||
package tun
|
||||
|
||||
// Create creates a TUN device at the path specified.
|
||||
func (t *Tun) Create(path string) error {
|
||||
panic("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user