Welcome to AnonymZ.io

AnonymZ.io offers secure link anonymization to protect privacy and secure web traffic sources. It's the perfect tool for ensuring the confidentiality of your online activities.

For more information or to contribute, visit our GitHub page or join our Discord support server.

Donate View on GitHub Discord

Generate Anonymized URL

About Us

Welcome to AnonymZ.io, your trusted partner in enhancing online privacy and security. We are dedicated to anonymizing links for various online services, including Usenet and Torrent systems.

Our service provides a crucial layer of security, protecting the privacy of users by masking the sources of web traffic and preventing potential tracking. This is vital for services handling sensitive information.

Our Commitment

No Logging: While AnonymZ.io does not keep any logs of user activity, it's important to note that Cloudflare, which we use to protect our server from attacks, may keep logs for its operational purposes.

Open Source: AnonymZ.io offers an open-source solution hosted on GitHub. This platform allows anyone to use, adapt, and contribute to meeting their needs and enhancing the service.

Whether you are a casual internet user or a service provider, AnonymZ.io is committed to ensuring your activities remain private and secure.

All donations help cover the costs of domain and server maintenance, operational costs, and ensure our service remains free and accessible. Any remaining funds are allocated to future expenses on servers and domains.

Learn How to Use Our Service

How to Use

To effectively utilize AnonymZ.io for anonymizing links or using it as a referrer, follow these instructions:

Link Anonymization

To anonymize a link, simply enter the URL you wish to anonymize into the service's input field. AnonymZ.io will then generate a new, obscured link that you can use, which hides the original source from trackers.

Using as a Referrer

To use AnonymZ.io as a referrer, append your original URL to our service URL. For example:

https://anonymz.io/?https://google.ca

This method anonymizes the traffic source and uses AnonymZ.io as the referrer, which can help mask the original traffic source in analytics and server logs.

Integrating as a Referrer in .htaccess

If you want to use AnonymZ.io as the default referrer for your website, you can add the following lines to your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https://anonymz.io/ [NC]
RewriteRule .* https://anonymz.io/?%{HTTP_REFERER} [R=302,L]

This configuration will redirect all inbound links that do not already use AnonymZ.io as the referrer, effectively anonymizing the source before visitors reach your site.

Using in Other Programs

For integrating AnonymZ.io as a referrer in other programs or applications, simply prepend our service URL to any outbound links similar to the example provided. This will ensure that all outbound traffic is routed through AnonymZ.io, maintaining anonymity.

Return Home