diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..db50963 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,8 @@ +{ + "image": "mcr.microsoft.com/devcontainers/go:latest", + "runArgs": ["--device=/dev/net/tun"], + "features": { + "ghcr.io/tailscale/codespace/tailscale": {} + } + } + \ No newline at end of file