Skip to content

Commit

Permalink
Migrate clashtcpip to gVisor tcpip copied
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Oct 22, 2024
1 parent 9ae4518 commit 1962bf3
Show file tree
Hide file tree
Showing 44 changed files with 7,371 additions and 1,341 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.20

require (
github.com/go-ole/go-ole v1.3.0
github.com/google/btree v1.1.3
github.com/sagernet/fswatch v0.1.1
github.com/sagernet/gvisor v0.0.0-20241021032506-a4324256e4a3
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a
Expand All @@ -17,7 +18,6 @@ require (

require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
Expand Down
40 changes: 0 additions & 40 deletions internal/clashtcpip/icmp.go

This file was deleted.

172 changes: 0 additions & 172 deletions internal/clashtcpip/icmpv6.go

This file was deleted.

Loading

0 comments on commit 1962bf3

Please sign in to comment.