slp-server-rust
slp-server-rust copied to clipboard
关于docker pull--"version":"2.0.0-rust.alpha.11",版本的问题
已经通过群晖docker pull--laster,请问是否保持默认设置?还是需要在容器内做二次设定?是否需要增加新的环境变量? 另外:我已下载openwrt的switch-lan-play插件,服务器地址为我自己的DDNS,并设定了11451端口开放。 目前通过 http://服务器地址:11451/info查询,显示为: {"online":2,"idle":0,"version":"2.0.0-rust.alpha.11"} 服务器端发现已启动,但是显示为**0.0.0.0:**11451,无法正确显示我的IP,该如何解决? 非常期待你的回复! 谢谢
The log shows that "0.0.0.0:11451" is normal, indicating that the port is being listened to.
The log shows that "0.0.0.0:11451" is normal, indicating that the port is being listened to. thanks