We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72d2e3 commit ccfcb4cCopy full SHA for ccfcb4c
src/configuration/milky.md
@@ -6,7 +6,7 @@
6
7
Milky 服务监听的地址\
8
基于 C# HttpListener 的 Prefix\
9
-因此监听所有接口应使用 "*" 或 "+" 而不是 "0.0.0.0"
+因此监听所有接口应使用 "\*" 或 "+" 而不是 "0.0.0.0"
10
具体参考 [Microsoft Learn - System.Net.HttpListener](https://learn.microsoft.com/zh-cn/dotnet/fundamentals/runtime-libraries/system-net-httplistener), 大部分使用使用 "*" 即可
11
12
::: warning 注意
0 commit comments