Skip to content

Commit

Permalink
Merge pull request #1262 from ersonp/fix/vpn-server-single-conn
Browse files Browse the repository at this point in the history
Fix single vpn-server conn issue
  • Loading branch information
mrpalide authored Jun 20, 2022
2 parents 8245582 + 94536ed commit 5d723a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/vpn/tun_device_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import (
func newTUNDevice() (TUNDevice, error) {
tun, err := water.New(water.Config{
DeviceType: water.TUN,
PlatformSpecificParams: water.PlatformSpecificParams{
Name: "utun4",
},
})
if err != nil {
return nil, fmt.Errorf("error allocating TUN interface: %w", err)
Expand Down

0 comments on commit 5d723a0

Please sign in to comment.