forked from shaba/openuds
Fixed Tunnel version
This commit is contained in:
parent
f7cd474264
commit
ba90dae5d6
@ -51,7 +51,7 @@ BANDWIDTH_TIME = 10
|
||||
# Commands LENGTH (all same length)
|
||||
COMMAND_LENGTH = 4
|
||||
|
||||
VERSION = 'v1.0'
|
||||
VERSION = 'v1.0.0'
|
||||
|
||||
# Valid commands
|
||||
COMMAND_OPEN = b'OPEN'
|
||||
|
@ -72,7 +72,7 @@ class Proxy:
|
||||
url,
|
||||
headers={
|
||||
'content-type': 'application/json',
|
||||
'User-Agent': f'UDSTunnel-{consts.VERSION}',
|
||||
'User-Agent': f'UDSTunnel/{consts.VERSION}',
|
||||
},
|
||||
)
|
||||
if not r.ok:
|
||||
|
Loading…
Reference in New Issue
Block a user