mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
Initial version of slipstream DNS tunnel
This commit is contained in:
commit
29f3c50237
18 changed files with 1586 additions and 0 deletions
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[submodule "extern/picoquic"]
|
||||
path = extern/picoquic
|
||||
url = git@github.com:EndPositive/picoquic.git
|
||||
[submodule "extern/SPCDNS"]
|
||||
path = extern/SPCDNS
|
||||
url = git@github.com:spc476/SPCDNS.git
|
||||
[submodule "extern/lua-resty-base-encoding"]
|
||||
path = extern/lua-resty-base-encoding
|
||||
url = git@github.com:spacewander/lua-resty-base-encoding.git
|
||||
Loading…
Add table
Add a link
Reference in a new issue