rev278, Allow clone sites that does not have domain, Publishing without peers is a success, File size 0 on non exists files, Benchmark TLS1
This commit is contained in:
parent
3bd1c119eb
commit
417c6eb96f
6 changed files with 12 additions and 6 deletions
|
@ -277,7 +277,7 @@ class UiWebsocket(object):
|
|||
if len(site.peers) == 0:
|
||||
if sys.modules["main"].file_server.port_opened:
|
||||
if notification: self.cmd("notification", ["info", "No peers found, but your content is ready to access."])
|
||||
self.response(to, "No peers found, but your content is ready to access.")
|
||||
self.response(to, "ok")
|
||||
else:
|
||||
if notification: self.cmd("notification", ["info", "Your network connection is restricted. Please, open <b>"+str(config.fileserver_port)+"</b> port <br>on your router to make your site accessible for everyone."])
|
||||
self.response(to, "Port not opened.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue