forked from DGNum/uptime-kuma-api
prepare pypi release and fix add monitor
This commit is contained in:
parent
b87a1bdaf0
commit
140784c4e0
13 changed files with 96 additions and 52 deletions
9
uptime_kuma_api/proxy_protocol.py
Normal file
9
uptime_kuma_api/proxy_protocol.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from enum import Enum
|
||||
|
||||
|
||||
class ProxyProtocol(str, Enum):
|
||||
HTTPS = "https"
|
||||
HTTP = "http"
|
||||
SOCKS = "socks"
|
||||
SOCKS5 = "socks5"
|
||||
SOCKS4 = "socks4"
|
Loading…
Add table
Add a link
Reference in a new issue