Skip to content

Commit

Permalink
mv tun to simple-windows-tun (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak authored Jun 20, 2023
1 parent dbe3487 commit 79356d6
Show file tree
Hide file tree
Showing 34 changed files with 5 additions and 4,139 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@
[submodule "third/web-sugar"]
path = third/web-sugar
url = [email protected]:ForNetCode/web-sugar.git
[submodule "third/simple-windows-tun"]
path = third/simple-windows-tun
url = [email protected]:ForNetCode/simple-windows-tun.git
2 changes: 1 addition & 1 deletion client/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ path = "../../third/boringtun/boringtun"
tun = { version = "0.5", features = ["async"], path = "../../third/rust-tun"}
nix = { version = "0.25" } #compatible with boringtun
[target.'cfg(windows)'.dependencies]
fortun-cli = {version = "0.0.1", path = "../../win-tun-driver/ForTunCli" }
fortun-cli = {version = "0.0.1", path = "../../third/simple-windows-tun/ForTunCli" }
windows = {version = "0.44", features=["Win32_Networking_WinSock"]}
cidr-utils = "0.5.10"
#winapi = {version = "0.3", features=["ws2def"]}
Expand Down
1 change: 1 addition & 0 deletions third/simple-windows-tun
Submodule simple-windows-tun added at aeb8b3
33 changes: 0 additions & 33 deletions win-tun-driver/.gitignore

This file was deleted.

114 changes: 0 additions & 114 deletions win-tun-driver/ForTun/Adapter.c

This file was deleted.

26 changes: 0 additions & 26 deletions win-tun-driver/ForTun/Adapter.h

This file was deleted.

158 changes: 0 additions & 158 deletions win-tun-driver/ForTun/Device.c

This file was deleted.

Loading

0 comments on commit 79356d6

Please sign in to comment.