|
@@ -19,7 +19,7 @@ func (w *WgIface) createWithUserspace() error {
|
|
|
w.Interface = tunIface
|
|
|
|
|
|
// We need to create a wireguard-go device and listen to configuration requests
|
|
|
- w.tunDevice = device.NewDevice(tunIface, conn.NewDefaultBind(), device.NewLogger(device.LogLevelSilent, "[fahi] "))
|
|
|
+ w.tunDevice = device.NewDevice(tunIface, conn.NewDefaultBind(), device.NewLogger(device.LogLevelSilent, "[ltwg] "))
|
|
|
|
|
|
err = w.assignAddr()
|
|
|
if err != nil {
|