zscams 2.0.9__py3-none-any.whl → 2.0.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,7 +69,7 @@ def install_zscams_systemd_service(user_to_run_as: str):
69
69
  import zscams
70
70
 
71
71
  BASE_DIR = Path(zscams.__file__).resolve().parent
72
- filename = "linux_service.j2" if is_freebsd() else "freebsd_service.j2"
72
+ filename = "freebsd_service" if is_freebsd() else "linux_service"
73
73
  template_path = f"{BASE_DIR}/agent/configuration/{filename}.j2"
74
74
  with open(template_path) as f:
75
75
  template = f.read()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zscams
3
- Version: 2.0.9
3
+ Version: 2.0.10
4
4
  Summary: Async TLS tunnel client with SNI routing, auto-reconnect, and health checks
5
5
  Author: OCD - Cairo Software Team
6
6
  Maintainer: OCD - Cairo Software Team
@@ -9,7 +9,7 @@ zscams/agent/configuration/linux_service.j2,sha256=UOrGrXvBK2mFit_b3QxUAKgZhG-dm
9
9
  zscams/agent/keys/autoport.key,sha256=hZBmtw_nLsZwe11LYlwLL-P_blQ_qpUDpFwvqOZDZFE,1679
10
10
  zscams/agent/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  zscams/agent/src/core/__init__.py,sha256=CEDwvbxojtNZOfOOFBj-URg4Q0KB0cq9AqIiD0uzPic,24
12
- zscams/agent/src/core/backend/bootstrap.py,sha256=iv06Qoi9TWTA9GjD3L5I-QR6Ydu_f0wArfjoK8nTTjk,2547
12
+ zscams/agent/src/core/backend/bootstrap.py,sha256=ELkDtvNa_Bn4JO4JWgW9Y0pu0NVvAM6bEkgFyXJMon0,2541
13
13
  zscams/agent/src/core/backend/client.py,sha256=xZw2GuOVw6Ek-QI9OaUO4rqzIrs4xGwiPizBLCH89fo,10123
14
14
  zscams/agent/src/core/backend/exceptions.py,sha256=osMbVb_ZGvrGbw5cOCMG1s4yBLukJl7T8TITCcVPyXA,383
15
15
  zscams/agent/src/core/backend/unbootstrap.py,sha256=ULY78KGuv-Pcz69L6PyhU_4_xRaMZCrrln1TdejjzBE,1554
@@ -36,8 +36,7 @@ zscams/agent/src/support/os.py,sha256=QxAfj8nhC6EIpN14snIsjF5c2i8tWhtCS4DzWIZBSJ
36
36
  zscams/agent/src/support/ssh.py,sha256=J9-XsVc6fGdcTN9CsfmgDRaMnfaWluDUaPGug7BVl6Q,812
37
37
  zscams/agent/src/support/yaml.py,sha256=bKsQzXHAgjCxkGzPR8bgaUPB-QHMR3AMEVuvn4RRpnA,1188
38
38
  zscams/deps.py,sha256=D2WEI7dLoMnPl_OL7NOSXe-k25p1FFeeGsY1Mh7IIEw,3630
39
- zscams/lib/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
- zscams-2.0.9.dist-info/METADATA,sha256=axiCExXQy5gZer0CXWD2vfWcICtuxmSG-qQ2nwVVrJU,6805
41
- zscams-2.0.9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
42
- zscams-2.0.9.dist-info/entry_points.txt,sha256=IXiMYjEq4q0tUiD9O7eCWhqKBuOssXrMW42siTBAgG8,47
43
- zscams-2.0.9.dist-info/RECORD,,
39
+ zscams-2.0.10.dist-info/METADATA,sha256=JoWXxVqzag06DUBG1LpxVPg2eQrC28jyMZj5l6zAOTM,6806
40
+ zscams-2.0.10.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
41
+ zscams-2.0.10.dist-info/entry_points.txt,sha256=IXiMYjEq4q0tUiD9O7eCWhqKBuOssXrMW42siTBAgG8,47
42
+ zscams-2.0.10.dist-info/RECORD,,
zscams/lib/.gitkeep DELETED
File without changes