Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
make the utun dproxy available everywhere
pcap is not exclusive to MacOS
  • Loading branch information
dmissmann committed Nov 19, 2024
commit 75917bd50dc5d657d71e3a05c30870d3b287afce
2 changes: 0 additions & 2 deletions ios/debugproxy/utun/capture.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build darwin

package utun

import (
Expand Down
14 changes: 0 additions & 14 deletions ios/debugproxy/utun/capture_noop.go

This file was deleted.

2 changes: 0 additions & 2 deletions ios/debugproxy/utun/connection.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build darwin

package utun

import (
Expand Down
2 changes: 0 additions & 2 deletions ios/debugproxy/utun/decoding.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build darwin

package utun

import (
Expand Down
2 changes: 0 additions & 2 deletions ios/debugproxy/utun/session.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build darwin

package utun

import (
Expand Down
Loading