Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = git@github.com:ForNetCode/web-sugar.git
[submodule "third/simple-windows-tun"]
path = third/simple-windows-tun
url = git@github.com: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