Skip to content

Commit

Permalink
oooops
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian committed Jun 18, 2022
1 parent f023698 commit d39b98b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions server/ifce_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,5 @@ func extendTUNConfig(tunConfig *water.Config) error {
}

func verifyPlatformFlags() error {
if !*useTap {
return errors.New("running the server on Windows requires using TAP mode")
}
return nil
}
3 changes: 0 additions & 3 deletions server/ifce_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@ func extendTUNConfig(tunConfig *water.Config) error {
}

func verifyPlatformFlags() error {
if !*useTap {
return errors.New("running the server on Windows requires using TAP mode")
}
return nil
}

0 comments on commit d39b98b

Please sign in to comment.