Unverified Commit bbcc6a0f authored by r-vdp's avatar r-vdp
Browse files

wstunnel: add updateScript

parent 6cac9e40
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  testers,
  wstunnel,
  nixosTests,
  nix-update-script,
}:

let
@@ -29,10 +30,13 @@ rustPlatform.buildRustPackage {
    "--skip=tcp::tests::test_proxy_connection"
  ];

  passthru.tests = {
  passthru = {
    updateScript = nix-update-script { };
    tests = {
      version = testers.testVersion { package = wstunnel; };
      nixosTest = nixosTests.wstunnel;
    };
  };

  meta = {
    description = "Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI";