mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 11:04:49 +00:00
parent
17cb7ace88
commit
b6c875a1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import re
|
||||||
|
|
||||||
|
|
||||||
PORT = 16510
|
PORT = 16510
|
||||||
ADDRESS = "0.0.0.0"
|
ADDRESS = "127.0.0.1"
|
||||||
|
|
||||||
|
|
||||||
class MyTCPServer(SocketServer.ThreadingTCPServer):
|
class MyTCPServer(SocketServer.ThreadingTCPServer):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue