autosurfer/README.md

429 B

Autosurfer 🏄

Automatically open a bunch of random websites to thwart attempts at illegal internet surveillance. Privacy through obscurity?

Getting Started

podman run --rm -it quay.io/caspervk/autosurfer:latest

Building

nix build .#oci
./result | podman load
podman run --rm -it autosurfer:0.0.1
# podman push autosurfer:0.0.1 quay.io/caspervk/autosurfer:0.0.1