We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c9f33 commit 43ebf66Copy full SHA for 43ebf66
docs/networking/port-forwarding.md
@@ -10,7 +10,11 @@ There are three ways to forward ports in Coder:
10
- Dashboard
11
- SSH
12
13
-The `coder port-forward` command is generally more performant.
+The `coder port-forward` command is generally more performant than:
14
+
15
+1. The Dashboard which proxies traffic through the Coder control plane versus
16
+ peer-to-peer which is possible with the Coder CLI
17
+1. `sshd` which does double encryption of traffic with both Wireguard and SSH
18
19
## The `coder port-forward` command
20
0 commit comments