Skip to content
Snippets Groups Projects
  1. Jul 22, 2024
  2. Jul 21, 2024
  3. Jul 17, 2024
  4. Jul 13, 2024
  5. Jul 10, 2024
  6. Jul 05, 2024
  7. Jul 04, 2024
  8. Jun 27, 2024
  9. Jun 21, 2024
  10. Jun 20, 2024
    • jkito's avatar
      test: skip failing TestLatency in CI · c70427a1
      jkito authored
      the test is failing with the following error:
      ```
      --- FAIL: TestLatency (0.00s)
          integration_test.go:65:
              	Error Trace:	/builds/jkito/bitmask-vpn/pkg/vpn/menshen/integration_test.go:65
              	Error:      	Received unexpected error:
              	            	socket: permission denied
              	Test:       	TestLatency
              	Messages:   	Could not calc latency
      FAIL
      FAIL	0xacab.org/leap/bitmask-vpn/pkg/vpn/menshen	0.029s
      ```
      
      it is beacause of missing permissons, the pro-bing library attempts
      to send an "unprivileged" ping via UDP. On Linux, this must be enabled
      with a sysctl command
      c70427a1
    • jkito's avatar
      chore: simplify setting of version for the app · 50108c0c
      jkito authored
      this removes the go generate way of generating the
      pkg/config/version.go file and uses build time  ld
      flags to set the version when building from git or
      uses .gitattributes to set it during git archive
      50108c0c
  11. Jun 19, 2024
Loading