File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,14 @@ Possible client-side issues with direct connection:
108
108
- Network interface utun0 has MTU 1280 (less than 1378), which may degrade the quality of direct connections or render them unusable.
109
109
```
110
110
111
- If another interface cannot be used, and the MTU cannot be changed, you may need
112
- to disable direct connections, and relay all traffic via DERP instead, which
111
+ If another interface cannot be used, and the MTU cannot be changed, you should
112
+ disable direct connections and relay all traffic via DERP instead, which
113
113
will not be affected by the low MTU.
114
114
115
+ To disable direct connections, set the
116
+ [ ` --block-direct-connections ` ] ( ../../reference/cli/server.md#--block-direct-connections )
117
+ flag or ` CODER_BLOCK_DIRECT ` environment variable on the Coder server.
118
+
115
119
## Throughput
116
120
117
121
The ` coder speedtest <workspace> ` command measures the throughput between the
You can’t perform that action at this time.
0 commit comments