Projects STRLCPY Synergy-httpx Commits 2eced11f
🤬
  • ■ ■ ■ ■
    synergy_httpx_server.py
    skipped 176 lines
    177 177   server = Thread(target = httpd.serve_forever, args = ())
    178 178   server.daemon = True
    179 179   server.start()
    180  - print(f'{INFO} {protocol} server is up and running!')
     180 + print(f'{INFO} Synergy {protocol} server is up and running!')
    181 181   
    182 182   try:
    183 183   server_public_ip = check_output("curl --connect-timeout 3.14 -s ifconfig.me", shell = True).decode(sys.stdout.encoding)
    skipped 23 lines
Please wait...
Page is in error, reload to recover