Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jamesmcm/vopono Loading
base: master
Choose a base ref
...
head repository: sid-code/vopono Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 30, 2024

  1. add janky AirVPN wireguard support

    AirVPN doesn't expose an endpoint to get a complete list of
    servers. Theoretically, it seems possible to get this list by using
    DNS. However, that's too much work. Instead, we can just generate a
    single config per country. AirVPN's endpoints pick the best server so
    this will work reasonably well but doesn't allow fine-grained control
    over which server is being used.
    
    In the future, one config should be generated per server.
    sid-code committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5367c2b View commit details
    Browse the repository at this point in the history
  2. use DNS to get servers

    sid-code committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    41a61e3 View commit details
    Browse the repository at this point in the history
  3. flake-ify

    sid-code committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f041208 View commit details
    Browse the repository at this point in the history
  4. add cargo.lock

    sid-code committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    0777d9b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Allow bare IP addresses

    sid-code committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8504e34 View commit details
    Browse the repository at this point in the history
  2. update lock

    sid-code committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d5b90bc View commit details
    Browse the repository at this point in the history
Loading