Skip to content

Commit c3719dc

Browse files
committed
Rename tproxy to dstack-gateway
1 parent d8be7e4 commit c3719dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+375
-584
lines changed

Cargo.lock

Lines changed: 57 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ members = [
1818
"guest-agent/rpc",
1919
"teepod",
2020
"teepod/rpc",
21-
"tproxy",
22-
"tproxy/rpc",
23-
"certgen",
21+
"gateway",
22+
"gateway/rpc",
2423
"certbot",
2524
"certbot/cli",
2625
"ct_monitor",
@@ -43,7 +42,7 @@ resolver = "2"
4342
# Internal dependencies
4443
ra-rpc = { path = "ra-rpc", default-features = false }
4544
ra-tls = { path = "ra-tls" }
46-
tproxy-rpc = { path = "tproxy/rpc" }
45+
dstack-gateway-rpc = { path = "gateway/rpc" }
4746
kms-rpc = { path = "kms/rpc" }
4847
dstack-guest-agent-rpc = { path = "guest-agent/rpc" }
4948
teepod-rpc = { path = "teepod/rpc" }

0 commit comments

Comments
 (0)