Skip to content

Commit

Permalink
Update tuntap win
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Apr 2, 2022
1 parent f1dc394 commit 233234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuntap_win/tuntap.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func Get(rootDir string) (adpaters []string, err error) {

name := strings.ToLower(lines[1])

if name != "ethernet" && name != "local" {
if name != "ethernet" && name != "local" && name != "pritunl" {
continue
}

Expand Down

0 comments on commit 233234e

Please sign in to comment.