32c8f4b156
Web-based TCP/UDP port checker with firewall/GFW diagnosis, PM2 deployment config, and Ubuntu one-click install script. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
102 B
Python
8 lines
102 B
Python
"""应用配置"""
|
|
|
|
HOST = "0.0.0.0"
|
|
PORT = 5230
|
|
CONNECT_TIMEOUT = 5
|
|
UDP_TIMEOUT = 5
|
|
PING_TIMEOUT = 3
|