zscams 2.0.9__tar.gz → 2.0.10__tar.gz

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.
Files changed (42) hide show
  1. {zscams-2.0.9 → zscams-2.0.10}/PKG-INFO +1 -1
  2. {zscams-2.0.9 → zscams-2.0.10}/pyproject.toml +1 -1
  3. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/backend/bootstrap.py +1 -1
  4. zscams-2.0.9/zscams/lib/.gitkeep +0 -0
  5. {zscams-2.0.9 → zscams-2.0.10}/README.md +0 -0
  6. {zscams-2.0.9 → zscams-2.0.10}/zscams/__init__.py +0 -0
  7. {zscams-2.0.9 → zscams-2.0.10}/zscams/__main__.py +0 -0
  8. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/__init__.py +0 -0
  9. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/certificates/.gitkeep +0 -0
  10. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/config.yaml +0 -0
  11. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/configuration/config.j2 +0 -0
  12. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/configuration/freebsd_service.j2 +0 -0
  13. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/configuration/linux_service.j2 +0 -0
  14. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/keys/autoport.key +0 -0
  15. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/__init__.py +0 -0
  16. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/__init__.py +0 -0
  17. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/backend/client.py +0 -0
  18. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/backend/exceptions.py +0 -0
  19. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/backend/unbootstrap.py +0 -0
  20. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/backend/update_machine_info.py +0 -0
  21. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/prerequisites.py +0 -0
  22. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/service_health_check.py +0 -0
  23. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/services.py +0 -0
  24. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/tunnel/__init__.py +0 -0
  25. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/tunnel/tls.py +0 -0
  26. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/core/tunnels.py +0 -0
  27. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/services/__init__.py +0 -0
  28. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/services/reverse_ssh.py +0 -0
  29. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/services/ssh_forwarder.py +0 -0
  30. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/services/system_monitor.py +0 -0
  31. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/__init__.py +0 -0
  32. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/cli.py +0 -0
  33. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/configuration.py +0 -0
  34. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/filesystem.py +0 -0
  35. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/logger.py +0 -0
  36. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/mac.py +0 -0
  37. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/network.py +0 -0
  38. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/openssl.py +0 -0
  39. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/os.py +0 -0
  40. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/ssh.py +0 -0
  41. {zscams-2.0.9 → zscams-2.0.10}/zscams/agent/src/support/yaml.py +0 -0
  42. {zscams-2.0.9 → zscams-2.0.10}/zscams/deps.py +0 -0
@@ -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
@@ -3,7 +3,7 @@ name = "zscams_agent"
3
3
 
4
4
  [tool.poetry]
5
5
  name = "zscams"
6
- version = "2.0.9"
6
+ version = "2.0.10"
7
7
  description = "Async TLS tunnel client with SNI routing, auto-reconnect, and health checks"
8
8
  authors = ["OCD - Cairo Software Team"]
9
9
  maintainers = ["OCD - Cairo Software Team"]
@@ -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()
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes