Automatically open a bunch of random websites to thwart attempts at illegal internet surveillance 🏄
Find a file
2024-08-05 02:34:50 +02:00
autosurfer Initial commit 2024-08-05 02:34:50 +02:00
.gitignore Initial commit 2024-08-05 02:34:50 +02:00
flake.lock Initial commit 2024-08-05 02:34:50 +02:00
flake.nix Initial commit 2024-08-05 02:34:50 +02:00
LICENSE Initial commit 2024-08-05 02:34:50 +02:00
README.md Initial commit 2024-08-05 02:34:50 +02:00

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