Skip to content

Commit

Permalink
comment the ipforward setup for Win and Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
yabinma committed May 10, 2024
1 parent d910ec0 commit 1366a96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ func SetIPForwarding() error {
case "freebsd":
err = SetIPForwardingFreeBSD()
case "darwin":
err = SetIPForwardingMac()
//err = SetIPForwardingMac()
case "windows":
err = SetIPForwardingWindows()
//err = SetIPForwardingWindows()
default:
err = errors.New("this OS is not currently supported")
}
Expand Down

0 comments on commit 1366a96

Please sign in to comment.