pluveto / flydav

Setup a tiny webdav server in 30 seconds. Multi-user, path prefix etc. 轻量高效的 WebDav 服务器。
MIT License
113 stars 7 forks source link

flydav -v 和 flydav -c test.toml 看起来不太正常 #6

Open windild opened 1 year ago

windild commented 1 year ago

当我在test.toml 中设置 port = 9876时 程序启动时依然显示: Address: http://127.0.0.1:7086/webdav

windild commented 1 year ago

netstat -an|grep 7086 tcp 0 0 127.0.0.1:7086 0.0.0.0:* LISTEN
看到服务器已经打开了7086端口,但是在另一台电脑上telnet ip 7086 却连接失败,不知道是什么原因?

pluveto commented 1 year ago

Full configuration and log are expected.