Skip to content
Snippets Groups Projects
  1. Jul 29, 2024
  2. Jul 26, 2024
    • jkito's avatar
      motd: fix fetching of motd for riseup provider · 8bc5fc06
      jkito authored
      in b1796790 the config.Provider was changed from the provider
      URL to the provider name but the check fetching motd expected
      an URL this updates the case statement to match the  provider
      name instead of the provider URL
      8bc5fc06
  3. Jul 22, 2024
  4. Jul 21, 2024
  5. Jul 17, 2024
  6. Jul 13, 2024
  7. Jul 10, 2024
  8. Jul 05, 2024
  9. Jul 04, 2024
  10. Jun 27, 2024
  11. Jun 21, 2024
  12. 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
  13. Jun 19, 2024
Loading