I was hoping, from the title ("Geo-Unblocked") that this would be about arranging an IP address block that wasn't associated with the UK, rather than just selectively running some traffic through a VPN.
If you're your own ISP you can be wherever you want to be https://blog.lyc8503.net/en/post/asn-5-worldwide-servers/
Imgur geo-blocked the UK, so I geo-unblocked my network
61–70 of 194 posts
Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#62Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#63Earlier quoted context omitted.
> archive.org is blocked (along with other nsfw type sites), but as the last post in your link to an earlier discussion says, I could get it unblocked by filling in a declaration that I'm over 18. Paying by credit card isn't enough to unblock automatically for this particular package That's something to do with your provider. Maybe you need a non-crappy provider. You do not need to provide any kind of declaration tha…
See comment from another UK resident further down. I suspect it depends on the contract you have, and quite possibly when the contract started.
Given that you can buy a SIM that'll give you a couple of hundred GB of data for under a tenner, it seems reasonable that they'd block stuff you didn't want young children getting access to (easily).
Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#64So you are just a simple GB citizen and some external site blocked access by country affiliation?! Is there any practical reason for blocking access to that site by geotargeting?
The UK’s “online safety act” means a number of medium sized sites have decided it’s not worth doing business in the UK.
Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#65This is quite easy with OpenWRT. Install the Wireguard packages, create a connection to your VPN of choice in a nearby country (I chose Sweden). Then I used the "vpn-policy-routing" package to route Imgur IPs (199.232.196.193 199.232.192.193) through the VPN. Works for websites that keep nagging you for age verification too. But seriously, it's been more emotional than I'd expected to get my cat memes back.
Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#66> Second, even if I installed a VPN on my main machine, what about my phone? My laptop? My desktop? Every device would need the VPN running, and I’d have to remember to connect it before browsing. It’s messy. This is what routers are for. My router (a cheap fanless box with several network ports running linux) is the only thing on my network that knows there's a VPN. I can selectively route whatever I want through it…
You can just use FoxyProxy instead of a separate browser instance. This firefox addon will use a proxy based on URL patterns.
Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#67Earlier quoted context omitted.
If you're your own ISP you can be wherever you want to be https://blog.lyc8503.net/en/post/asn-5-worldwide-servers/
Sometimes. You can publish whatever geolocation data file you want, but others aren't required to respect that file. It's known that geolocation providers run pings and traceroutes from different locations as well as looking at BGP data.
Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#68Earlier quoted context omitted.
> a cheap fanless box with several network ports running linux Do you remember the name of the product?
Two devices I use - both running Debian, and both being open-source hardware to some degree or other: PC Engines APU2, AMD x86_64, 4-core, 4GiB, 3x Gigabit Ethernet, 3 x mini PCIe, SIM slot, USB 3, Serial, SATA ports. Mine has dual band WiFi in one mPCIe, SSD in another. Turris Mox, Marvel aarch64. This can expand via plug and go via a range of extension modules. I've got one with 25 Gigabit (3 x 8-port modules) Ethe…
Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#69Earlier quoted context omitted.
The UK’s “online safety act” means a number of medium sized sites have decided it’s not worth doing business in the UK.
This is not why imgur have left though, they didn't want to comply with Data Protection laws.
The government announced "plans to fine Imgur after probing its approach to age checks and use of children's personal data" in September 2025 [1]
Are you telling me those were unrelated? How are you going to fine a website over age checks without the law that requires age checks?
Re: Imgur geo-blocked the UK, so I geo-unblocked my network
#70> First, I just upgraded to 2.5 Gbps internet and I don’t want to route all my traffic through a VPN and take the speed hit. I have this bandwidth for a reason You don't have to. You create a container which runs openvpn to connect to your vpn provider, and also hosts an ssh daemon. The ssh daemon receives incoming SOCKS5 connections from a firefox portable browser, which has been configured to use the proxy (your Do…