Skip to content

Commit

Permalink
Wireguard: Recommended server-type is cpx11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjarrigan committed Feb 27, 2023
1 parent 81dad10 commit 3f70ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/hetzner/wireguard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Instead of the Hetzner Cloud Console, the Hetzner Cloud API can also be used to
-X POST \
-H "Authorization: Bearer $API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "my-server", "server_type": "cx11", "image": "wireguard"}' \
-d '{"name": "my-server", "server_type": "cpx11", "image": "wireguard"}' \
'https://api.hetzner.cloud/v1/servers'
```

- Or via [hcloud-cli](https://github.com/hetznercloud/cli)

```
hcloud server create --name my-server --type cx11 --image wireguard
hcloud server create --name my-server --type cpx11 --image wireguard
```

## Connecting VPN clients
Expand Down
2 changes: 1 addition & 1 deletion apps/hetzner/wireguard/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"name": "Caddy"
}
],
"recommended_server_type": 1,
"recommended_server_type": 22,
"version": "latest"
}

0 comments on commit 3f70ea9

Please sign in to comment.