-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
executable file
·60 lines (60 loc) · 1.79 KB
/
.gitmodules
File metadata and controls
executable file
·60 lines (60 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[submodule "crates/rust-tun"]
path = crates/rust-tun
url = https://github.com/ple1n/rust-tun
branch = master
[submodule "crates/rtnetlink"]
path = crates/rtnetlink
url = https://github.com/ple1n/rtnetlink
branch = main
[submodule "crates/rustables"]
path = crates/rustables
url = https://github.com/ple1n/rustables
branch = netnsp
[submodule "crates/netlink-packet-audit"]
path = crates/netlink-packet-audit
url = https://github.com/ple1n/netlink-packet-audit
branch = main
[submodule "crates/netlink-sys"]
path = crates/netlink-sys
url = https://github.com/ple1n/netlink-sys
branch = main
[submodule "crates/netlink-proto"]
path = crates/netlink-proto
url = https://github.com/ple1n/netlink-proto
branch = main
[submodule "crates/tun2socks5"]
path = crates/tun2socks5
url = https://github.com/ple1n/tun2socks5
branch = master
[submodule "crates/socks5-impl"]
path = crates/socks5-impl
url = https://github.com/ple1n/socks5-impl
branch = master
[submodule "crates/pidfd"]
path = crates/pidfd
url = https://github.com/ple1n/pidfd
branch = master
[submodule "crates/ipstack"]
path = crates/ipstack
url = https://github.com/ple1n/ipstack
branch = tentative_merge
[submodule "crates/clone3"]
path = crates/clone3
url = https://github.com/ple1n/clone3
branch = master
[submodule "crates/netlink-packet-route"]
path = crates/netlink-packet-route
url = https://github.com/ple1n/netlink-packet-route
branch = main
[submodule "crates/netlink-packet-utils"]
path = crates/netlink-packet-utils
url = https://github.com/ple1n/netlink-packet-utils
branch = main
[submodule "crates/netlink-packet-core"]
path = crates/netlink-packet-core
url = https://github.com/ple1n/netlink-packet-core
branch = main
[submodule "crates/warp"]
path = crates/warp
url = https://github.com/ple1n/warp
branch = master