• 2 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle


  • Since my airvpn test month expired, I’ve just bought a Njalla subscription. Here are my experiences:

    Pro:

    • Payment via PayPal or cryptocurrency
    • Same price as Mullvad (5€/month)
    • Static IPv4 and v6, allows you to forward any port
    • Torrenting just worked (including port forwarding)
    • No VPN application, just use vanilla OpenVPN or Wireguard
    • Does not throttle my internet speed (I only have 50MBit/s, so I cannot really test VPN performance. Definitely better than AirVPN though)

    Contra:

    • Requires E-Mail address/XMPP to create an account
    • Only one client. If you need to access your VPN from multiple devices at the same time, you need to buy multiple subscriptions
    • Only Swedish servers

    Conclusion: for my usecase (Raspberry-Pi-based torrent box) Njalla looks great. If you want to use it on multiple devices or need to circumvent geoblocks, you should look for a different service.






  • You can access ZFS snapshots from the hidden .zfs folder at the root dir of your volume. From there you can restore individual files.

    There is also a command line tool (httm) that lists all snapshotted versions of a files and allows you to restore them.

    If the snapshot you want to restore from is on a remote machine, you can either send it over or scp/rsync the files from the .zfs directory.