Skip to content

feat: peer wireguard #2445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 24, 2022
Merged
Prev Previous commit
Next Next commit
fixup! disable wireguard on agent tests
  • Loading branch information
coadler committed Jun 22, 2022
commit 2d53eaaa30c6ea8fa15b3dd47249ed3a8cf04a39
2 changes: 0 additions & 2 deletions cli/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ func workspaceAgent() *cobra.Command {
return xerrors.Errorf("add executable to $PATH: %w", err)
}

fmt.Println("enable wireguard", wireguard)

closer := agent.New(client.ListenWorkspaceAgent, &agent.Options{
Logger: logger,
EnvironmentVariables: map[string]string{
Expand Down