X4B.ORG - Reverse Proxy Hosting - Hide your Server IP (Russia, Sweden, USA, Romania)

Status
Not open for further replies.
3 Romanian IPs added.
2 Swedish IPs being added (+1 reserved PM being sent), additional 3 being requested due to exceptional demand.
RIPE Justification requested and has been given for Russian node IPs. Hopefully will have these within a few hours.

New node research being completed 3 countries on the short list, I want them all :) Latvia, Ukraine, Lithuania

[EDIT] Swedish node temporarily offline due to the container not accepting the new IPs, should be back in a couple minutes after server restart.
 
Last edited:
Glad you like it, if you encounter any problems or need specific IPs feel free to reply in this thread and as always Ill respond as soon as possible.
 
I cant estimate based on those statistics. The best way to estimate (if you are using a control panel) is to get your bandwidth usage times times that by 2 (worst case, for most people its less than 1 due to gzip) and add on the cost for the IP.

For most people it works out less than $5 a month.

For you I would think you to be under that (even more so if you use an alternate sub domain for images and static resources as that greatly reduces bandwidth usage through our service)
 
Last edited:
I cant estimate based on those statistics. The best way to estimate (if you are using a control panel) is to get your bandwidth usage times times that by 2 (worst case, for most people its less than 1 due to gzip) and add on the cost for the IP.

For most people it works out less than $5 a month.

For you I would think you to be under that (even more so if you use an alternate sub domain for images and static resources as that greatly reduces bandwidth usage through our service)

Thanks for your help! Also, didn't exactly know what you meant by this:

Yes, you need to install mod_rpaf (Apache) or ngx_realip (nginx) or use the php code. See the first post.

The PHP code part?

EDIT: It's in the FAQ :P I use, on average, 5GB a day in bandwith.. is this going to be expensive? :O
 
if you are really using 150gb of bandwidth a month thats probably reasonable, I recomend people setup a sub domain (pointing to their actual service) for their images as thats 90% of bandwidth usage (html loads are usually ~5kb)
 
a sub domain pointing to your real backend server, while the main domain (and www.) points to the proxy IP. Then you need to change the URLs to the images etc (wordpress has CDN plugins for this)
 
I have another question for you splitice. Like I said, I am on a similar service right now and am probably going to switch after the month.

Right now I notice a problem.. My Configserver firewall is rendered useless, and my country blocks (like viet nam, cambodia (spammers)) in my htacess file don't apply.

I added your PHP code to my index.php file and that works well for showing the IP's on the site, etc, but obviously don't help the above mentioned. Do I have to install the things that are listed in the FAQ?
 
In order to block specific IPs/countries you will need to implement blocking measures at an application level (web server or php etc)

An example way to do it with nginx is mod_geoip or using accept/deny
Or you can do it in php using $_SERVER['REMOTE_ADDR'] if you have implemented one of the methods in the first post.

Unfortunately you cant block them at a service level to HTTP any more as at a service level all connections are from one of my servers to yours.
 
Status
Not open for further replies.
Back
Top