Skip to content

Commit

Permalink
add sec-udp-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed Sep 17, 2024
1 parent c0cdc72 commit ecbfc6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@
[submodule "src/modules/rust_module_example"]
path = src/modules/rust_module_example
url = [email protected]:tiiuae/rust_module_example.git
[submodule "src/modules/secure_udp_proxy"]
path = src/modules/secure_udp_proxy
url = [email protected]:tiiuae/secure-udp-proxy.git
1 change: 1 addition & 0 deletions clone_public.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ do
[[ "${repo}" == *secure_udp ]] || \
[[ "${repo}" == *rust_px4_nuttx ]] || \
[[ "${repo}" == *rust_module_example ]] || \
[[ "${repo}" == *secure_udp_proxy ]] || \
[[ "${repo}" == *process ]] && continue
git submodule update --init --recursive "${repo}"
done <<< "$(git submodule status | awk '{print $2}')"
1 change: 1 addition & 0 deletions src/modules/secure_udp_proxy
Submodule secure_udp_proxy added at c96b3c

0 comments on commit ecbfc6f

Please sign in to comment.