feat: adding OpenWRT WAN port speeds.

This commit is contained in:
2024-03-29 18:24:58 +08:00
parent df8cb3bb66
commit ca110fd56d
8 changed files with 850 additions and 180 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Rust",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/rust:0-1-bullseye",
"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye",
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
@@ -13,8 +13,9 @@
"extensions": [
"mhutchie.git-graph",
"donjayamanne.githistory",
"GitHub.copilot",
"eamodio.gitlens"
"eamodio.gitlens",
"rust-lang.rust-analyzer",
"Codeium.codeium"
]
}
}