diff options
author | kevin <robertsonk@gmail.com> | 2022-09-18 18:54:23 -0400 |
---|---|---|
committer | kevin <robertsonk@gmail.com> | 2022-09-18 18:54:23 -0400 |
commit | c7e26ad348d57f9fd6a944bc03512d5c1abacf84 (patch) | |
tree | 24aa14f5d0833aa630e951c6568fe67b1080b383 /.gitmodules | |
parent | 0294aa191958d7e3670f8a909cb1fdea1797841b (diff) | |
download | Inveigh-c7e26ad348d57f9fd6a944bc03512d5c1abacf84.tar.gz Inveigh-c7e26ad348d57f9fd6a944bc03512d5c1abacf84.zip |
proxy auth fixv2.0.7
Fixed proxy auth capture issue
Added Costura.Fody
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..89ed4dc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Inveigh/Inveigh/Protocols/Quiddity"] + path = Inveigh/Inveigh/Protocols/Quiddity + url = https://192.168.99.78:3000/kevin/Quiddity.git +[submodule "Inveigh/Protocols/Inveigh/Protocols/Quiddity"] + path = Inveigh/Protocols/Inveigh/Protocols/Quiddity + url = https://192.168.99.78:3000/kevin/Quiddity.git |