stoically / temporary-containers

Firefox Add-on that lets you open automatically managed disposable containers
https://addons.mozilla.org/firefox/addon/temporary-containers/
MIT License
852 stars 60 forks source link

Random temporary IPv6 for every container #417

Open stoically opened 4 years ago

stoically commented 4 years ago

The idea is pretty simple, and the proof of concept code shows this works: Since RIPE recommends /48 or /56 subnets for customers of ISPs which provide IPv6, there is (or should be) plenty of IPv6 available - and indeed, I do have a /56 subnet as well. So why not use a different IPv6 for every Temporary Container? My router assigns me a /64 subnet by default, which equals 18,446,744,073,709,551,616 IPv6 addresses - that should be enough even for heavy TC users.

It should be noted that this does not have the same effect as using Tor or a VPN, since trackers could easily track full subnets instead of just single IPv6 addresses. This is especially problematic given that RIPE recommends to assign static instead of dynamic subnet prefixes. But still better than a single IPv4/6.

How it works

Comparison