We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345d535 commit 1002041Copy full SHA for 1002041
README.md
@@ -33,3 +33,13 @@ Open an **elevated/administrator** command prompt:
33
```
34
> .\wsl2host.exe remove
35
36
+
37
+**Specifying aliases**
38
39
+As of v0.3 you can no specify aliases that point to your WSL2 VM IP. Having `some.client.local`, may be useful in your development workflow.
40
41
+To do this, create the file `~/.wsl2hosts` in your default WSL2 distro. Host names are space separated:
42
+```
43
+some.client.local my-app.local wsl.local
44
45
0 commit comments