Privacy

Privacy policy.

Last updated:

This page explains exactly what data the site collects, why, how long we keep it, and what rights you have. Plain English first, lawyer-vetted phrasing later — this is a good-faith first pass written by the operator, not a legal team. If anything here is unclear or seems wrong, see thesecurity page for the disclosure address.

1. Who runs this site

mikrotikfilters.com is run as a solo project by an operator based in Australia. The site is hosted on Cloudflare infrastructure (Workers, Pages, D1, R2, KV). Email goes through Resend. Payments — when you donate or subscribe as a supporter — are sold and processed by Paddle as Merchant of Record (the legal billing entity is Paddle.com Market Ltd), meaning Paddle is the seller of record for the transaction and collects and remits the applicable consumer taxes itself. The data controller for the personal information described in this policy is the operator.

2. Jurisdictions

The operator is in Australia, so thePrivacy Act 1988 and theAustralian Privacy Principles (APPs) apply. Visitors from the European Economic Area or the UK are additionally covered by the GDPR /UK GDPR; the operator does not actively target either region but accepts visitors from both, so we treat GDPR as binding for those visitors. California residents covered by CCPA/CPRA can exercise the same rights described in §8 below.

3. What we collect

Different surfaces collect different data. The list below is exhaustive — if a future feature collects something not listed here, it will be added before the feature ships.

3.1. Server logs (everyone)

Every HTTP request to the site goes through Cloudflare's edge. Cloudflare records the standard server-log fields (IP, User-Agent, request path, response code, timestamp) for its own abuse-prevention + caching purposes. The operator does not run any additional access log. Cloudflare's retention is governed by their privacy policy. We do not log requests ourselves, with three specific exceptions below.

3.2. Pull events (anonymous list pulls)

When a router fetches a list at /api/lists/<slug>.rsc, we record one row in pull_events with: list id, response status (ok / rate-limited / error), serve source (KV / rebuild / R2 fallback), a hashed IP cohort identifier, a hashed User-Agent, and a timestamp.

The IP cohort hash is critical. It is the SHA-256 of (a per-deploy salt, the IP truncated to /24 for IPv4 or /48 for IPv6). The salt rotates on deploy, and the truncation happens before hashing, so:

Pull-event rows are pruned after 30 days by a daily maintenance cron. The pruner is inapps/api/src/lists/pullEvents.ts and runs automatically — there is no human in the loop.

3.3. Authentication

The site uses passwordless magic-link sign-in. To create an account or sign in, you give us your email address. We:

Sessions expire after a configurable period (default 30 days from last activity). Logging out marks the row as revoked — the row stays for audit; future requests with that session value get rejected.

3.4. Submissions to community lists

If you submit an IP/CIDR to a community list, we store the address, your account id (for moderator visibility), the severity / classification you chose, your free-form comment and evidence URL, and the moderation outcome. Submissions are visible to moderators; approved submissions become public list entries.

3.5. Donations + supporter subscriptions

Paddle is the Merchant of Record and handles all payment processing through its in-page checkout overlay. We never see card numbers or other payment-instrument data — Paddle holds the card data and sends us a webhook with metadata only. We store:

Paddle's own privacy policy covers what they do with the card data on their end. We do not pass any of our other personal data to Paddle beyond what's needed for the checkout (your email, when signed in).

3.6. Submitted scripts (community-scripts library)

If you are a supporter and submit a script to the/scripts library, we store the script body, your title and description, the metadata you chose (category, risk level, RouterOS-version applicability), and your account id as the owner. After moderator approval the script becomes publicly readable + pullable. If you cancel your supporter subscription, your scripts get transferred to a system "community" account 30 days later — they stay live, but ownership is reattributed.

3.7. Audit log

Every state-changing action by an admin or moderator (approving a submission, suspending a user, rebuilding a list) writes an audit_log row. The row carries the actor's user id, the action name, target type/id, a hashed IP, a hashed User-Agent, free-form metadata, and a timestamp. The audit log is retained for at least 90 days and is admin-readable only.

3.8. Error reports (Sentry)

When the API hits an unexpected error, we send a redacted report to Sentry. The redaction policy (apps/api/src/observability/sentryRedaction.ts) strips: request bodies, query strings, all headers except a tiny allowlist (Content-Type, User-Agent, Accept), all user fields except the integer user id, all tags except a curated low-cardinality set (route name, list slug, etc.), and any string content matching Paddle id patterns, currency-amount patterns, email patterns, or magic-link token patterns. The error message + the stack trace go through; the route + method + status code go through.No payment amounts, no email addresses, no IPs, no Paddle identifiers reach Sentry.

4. What we explicitly do not collect

5. Sub-processors

We rely on the following providers to run the site. Each is bound by their own contractual privacy obligations to us; their published privacy policies govern what they do with the data we send them.

6. Legal bases (GDPR)

For EU/UK visitors, the legal bases under GDPR Art. 6 are:

7. Retention periods

DataRetention
Pull events (cohort hashes + status)30 days, then auto-pruned
Magic-link tokens30 minutes (expiry); rows auto-cleaned
Sessions (revoked)Indefinite for audit; no live use
Sessions (active)30 days from last activity, then expire
Submissions (any status)Indefinite for audit; you can request deletion (§8)
Donations + subscriptions5 years (ATO requirement); then auto-pruned where lawful
Audit logMinimum 90 days; longer in practice
Error reports (Sentry)Subject to Sentry's retention; we set 90 days
Account emailUntil you delete the account, then anonymised

8. Your rights

You can ask us to:

To exercise any of these, email the operator at the address on /security. We aim to respond within 30 days; AU/EU/UK regulators allow up to 30 days under their respective laws and we don't promise faster than the statutory window. You'll get an acknowledgement within 7 days confirming how the request has been interpreted, and we'll ask you to confirm the request from the email address the account is registered under before any data is released. The operator follows a documented internal procedure for handling these requests.

9. International data transfers

Cloudflare's edge serves your request from the closest of their global PoPs. Paddle processes payments through its own international infrastructure as Merchant of Record. Sentry's infrastructure is in the United States. EU visitors' data therefore crosses borders; we rely on Cloudflare's, Paddle's, and Sentry'sStandard Contractual Clauses (or successor mechanism) for those transfers. Data minimisation via the redaction + hashing policies in §3 limits what crosses regardless of mechanism.

10. Changes to this policy

Material changes (new sub-processor, new data type collected, retention extended) will be flagged at the top of this page for at least 30 days, and the date above moves forward on every change. Editorial fixes (typos, clarifications) update the date but don't get a banner.

11. Contact

Privacy questions, DSAR requests, or anything that doesn't fit elsewhere: see /security for the operator's email. Australian residents who aren't satisfied with the response can contact the OAIC; EU/UK residents can contact their local data-protection authority.