Public Infrastructure and Services operated by Privex

Social Media Platforms

Matrix - Federated Discord/Slack-like chat system

We operate a public Matrix homeserver, anyone can sign up and use it as they like.

Homeserver address: https://matrix.privex.io

WebUI (Element): https://riot.privex.io

Mastodon - Twitter-like Social Media

We operate a public Mastodon fediverse server called Privex Social, which has lax rules/moderation, and privacy (protect your DMs from snooping / law enforcement / third parties) - as the server is hosted on our own hardware and network, and your data is legally protected through our Offshore Belizean company.

Sign up / Login here: https://privex.social

Public DNS (Domain) servers

DNS is the protocol used to find out which IP address(es) and other records that a given domain such as privex.io points to.

We operate several public DNS (Domain Nameserver) servers across our regions, which are available over both IPv4 and IPv6, and some are even available using DNS-over-HTTPS (DoH) so that your DNS requests are encrypted.

Standard DNS servers

Location IPv4 IPv6 DNS-over-HTTPs Notes
Europe
Sweden (SE) 185.130.44.20 2a07:e00::333 https://se.dns.privex.io
Netherlands (NL) 185.130.47.20 2a07:e03::333 https://nl.dns.privex.io
Germany (DE) 176.9.54.219 2a01:4f8:150:74d5::333 https://de.dns.privex.io
Special
Auto-select Region https://dns.privex.io Mainly for DNS-over-HTTPS - returns the geographically closest DNS server's IPv4/IPv6 address
Load Balance All Regions https://combo.dns.privex.io (NOT RECOMMENDED TO USE) Mainly for quickly looking up all of our current public DNS servers - returns ALL DNS server's IPv4/IPv6 addresses as multiple A and AAAA records. Due to the fact this returns multiple servers and the way SSL is retrieved, we don't recommend using this as your primary DoH server, we can't guarantee you won't occasionally run into SSL issues.

DNS64 servers (for IPv6-only servers using NAT64)

DO NOT USE THESE DNS SERVERS UNLESS YOU HAVE AN IPv6-ONLY SERVER IN A REGION WITH NAT64 SUPPORT

A DNS64 server is a special DNS server which returns IPv6 AAAA records for IPv4-only domains, the IPv6 addresses which are returned are actually the IPv4 address wrapped inside of an IPv6 prefix, usually within the standard NAT64 prefix 64:ff9b::/96 - for example 64:ff9b::8c52:7904

Providers who provide IPv6-only servers / networks tend to setup a NAT64 gateway, with the prefix 64:ff9b::/96 (or another prefix if they expect you to use their DNS64 servers) routed at the network level to their NAT64 server, which converts your IPv6 traffic into IPv4 to the decoded address, as well as converting the returned IPv4 traffic back to your IPv6 source system.

Our DNS64 servers are generally pre-configured on our IPv6-only servers, so you shouldn't need to manually add these to your IPv6-only server from us, unless you've changed your DNS settings previously, or something went wrong with your server's network provisioning.

Location IPv6 DNS-over-HTTPs Notes
Europe
Sweden DNS64 (SE) 2a07:e00::364 https://se.dns64.privex.io
Netherlands DNS64 (NL) 2a07:e03::333 https://nl.dns64.privex.io
Germany DNS64 (DE) 2a01:4f8:150:74d5::333 https://de.dns64.privex.io
Special
Auto-select Region DNS64 https://dns64.privex.io Mainly for DNS-over-HTTPS - returns the geographically closest DNS server's IPv4/IPv6 address
Load Balance All DNS64 Regions https://combo.dns64.privex.io (NOT RECOMMENDED TO USE) Mainly for quickly looking up all of our current public DNS64 servers - returns ALL DNS64 server's IPv6 addresses as multiple AAAA records. Due to the fact this returns multiple servers and the way SSL is retrieved, we don't recommend using this as your primary DoH server, we can't guarantee you won't occasionally run into SSL issues.

NTP (Time) servers

NTP is "Network Time Protocol", a protocol which is used for synchronising your system's date/time over the internet, to deal with the fact that most computer clocks drift by a few seconds/minutes over a few days/months.

We operate NTP (Network Time Protocol) servers in most/all of our regions using Chrony, to help keep your server's time as accurate as possible by having NTP servers on the same network as your server.

You can use them both within our regions, at home, or even at other server hosts - with both the classic ntpd and the more modern chrony (and possibly systemd-timesyncd too) - simply set the NTP Pool config option to chrony.privex.cc, or the NTP Server if your NTP software doesn't support pools (e.g. the built-in Windows / Mac "time server" field).

If you can only pick one server, please check our dedicated Time Servers article article for a list of our individual regional NTP servers, so that you can pick the closest NTP server to you.

Hostname Time Server Software Location IPv4 IPv6
Europe
se1.chrony.privex.cc Chrony Stockholm, Sweden YES YES
se2.chrony.privex.cc Chrony Stockholm, Sweden YES YES
de1.chrony.privex.cc Chrony Falkenstein, Germany YES YES
de2.chrony.privex.cc (de2.ntp.privex.cc) NTPD Falkenstein, Germany YES YES
fi1.chrony.privex.cc Chrony Helsinki, Finland YES YES
nl1.chrony.privex.cc Chrony Amsterdam, Netherlands YES YES

For more information, see our Time Servers article

Privacy Frontends / Wrappers

We operate several Privacy Frontends/Wrappers in collaboration with PrivacyTools.io, which are effectively proxies which can strip various tracking scripts, hide your IP address, or even provide a completely different frontend for the service. You can find more information about them HERE.

Service Clearnet URL Tor Hidden Service
Twitter (Nitter) https://nitter.privacytools.io http://r2eqimhkvxboaltbdsectoo3hkf476pyemsdykclexzajbfx5v6ojlyd.onion/
Reddit (Teddit) https://teddit.privacytools.io http://jnuonmf2n36sfdmyksqqqyab3w63cq4kx24olyjleh5z6zzfvyt7uqqd.onion/
Wikipedia https://wiki.privacytools.io http://7lvwsn4fohcnaw5ije6j52aurmwaovqdzj4drfrj5aqget3nwwneshid.onion/
Imgur (Rimgo) https://rimgo.privacytools.io http://tdp6uqjtmok723suum5ms3jbquht6d7dssug4cgcxhfniatb25gcipad.onion/

Speedtest Servers (iperf2)

IPERF Speedtest Servers

GeoDNS: iperf.privex.cc v4 only GeoDNS: v4.iperf.privex.cc v6 only GeoDNS: v6.iperf.privex.cc NL: nl1.iperf.privex.cc (warning: UDP mode does not work over IPv6 on this server. UDP tests only work over IPv4 for NL) SE: se1.iperf.privex.cc and se2.iperf.privex.cc

example speedtest command against our NL speedtest server, over IPv6 and IPv4, in TCP mode, connecting to port 5206, with a target speed of 1G:

sh iperf3 -6 -b 1G -c nl1.iperf.privex.cc -p 5206 iperf3 -4 -b 1G -c nl1.iperf.privex.cc -p 5206

Tor Relays and Exits

We run several Tor relays and exit nodes to help support the Tor network, since Tor is a public and free network designed to help you stay private and anonymous on the internet, it's only right that we as a privacy company try our best to contribute to the Tor network :)

Name Location Relay Type Network Speed Notes
privexse1exit Sweden (SE) Exit Node 250mbps + 500mbps burst
privexnl1exit Netherlands (NL) Exit Node 500mbps + 1000mbps (1gbps) burst
privexrelayfin1 Finland (FI) Relay 400mbps + 700mbps burst
privexrelayde1 Germany (DE) Relay 800mbps + 1000mbps (1gbps) burst
privexrelayde2 Germany (DE) Relay 800mbps + 1000mbps (1gbps) burst

You can find a detailed list of our relays and exits here on yui.cat