- Notifications
You must be signed in to change notification settings - Fork913
Commit92870f0
authored
fix: force lowercase DNS hostnames for VPN (#16613)
Closescoder/coder-desktop-macos#54I've also double checked that agents with hyphens & underscores play nice once programmed, as do workspaces with hyphens:```$ ping6 main_agent-1.main-workspace.admin.coderPING6(56=40+8+8 bytes) fd60:627a:a42b:4e91:88c0:da4a:df4f:b54e --> fd60:627a:a42b:46d4:8b55:e549:e498:e6f5```also fine in Firefox & Safari, though I'm a little surprised underscores work.1 parent186a9b5 commit92870f0
1 file changed
+10
-3
lines changedLines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
883 | 883 |
| |
884 | 884 |
| |
885 | 885 |
| |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
886 | 890 |
| |
| 891 | + | |
| 892 | + | |
887 | 893 |
| |
| 894 | + | |
888 | 895 |
| |
889 | 896 |
| |
890 | 897 |
| |
891 |
| - | |
| 898 | + | |
892 | 899 |
| |
893 | 900 |
| |
894 | 901 |
| |
895 | 902 |
| |
896 |
| - | |
| 903 | + | |
897 | 904 |
| |
898 | 905 |
| |
899 | 906 |
| |
900 | 907 |
| |
901 | 908 |
| |
902 |
| - | |
| 909 | + | |
903 | 910 |
| |
904 | 911 |
| |
905 | 912 |
| |
|
0 commit comments
Comments
(0)