DMCA Copyright Offshored Hosting Suspended

If they're suspending you for DMCA reports, then they're not providing offshore hosting. They might be naming it offshore to catch small fish, but you should stay away from such companies. You can also contact their support before moving your site to check how they deal with DMCA reports. Always choose the hosting that really ignores DMCA reports.
 
If they're suspending you for DMCA reports, then they're not providing offshore hosting. They might be naming it offshore to catch small fish, but you should stay away from such companies. You can also contact their support before moving your site to check how they deal with DMCA reports. Always choose the hosting that really ignores DMCA reports.

Keep in mind, copyright infringment is different than DMCA. That is something that users sometimes doesn't know.
The best is checking TOS and AUP, that is the final veridict of hosting. Because that's your supposed "contract"
 
in my opinion its better to stick with websites where already major blackhat websites like piratebay and others are hosted..
Remember that datacenter fire in early 2021? A bunch of torrent sites went down for weeks, I guess they really were all bunked together. The fact that they were down for weeks tells you a lot about their webmasters.
 
what do u think guys about vdsina.ru? i spoke with them today and I told them

1633290688578.png
 
This ^ for sure.

They cannot offer DMCA Copyright Offshored Hosting then remove your hosting if they are true to their name. You're better off away from the cowboys you were with.

In our case we ignore DMCA, but if we receive a court order from our local law *where servers is hosted* we need to take action.
Alexhost for example follows the rules of his country.

Sometime users misleads about DMCA complaints and Copyright infringment that is a little different.
 
I have maintain a website about Mobile MOD APPs . There is a copyright received from DMCA Related Private Company.
Because of that my offshored hosting was suspended.
I have Backup on my website also. Is it ok to start again the website from the backup?
Please give me guide for restart my journey and please recommend a suitable Offshored Hosting for MOD APPs website.
As far as I know offshore companies do not suspend client accounts. Change the provider and run your website again
 
Dear, we have suitable Offshore hosting for your needs! We allow most content. If you have any questions, don't hesitate to contact us.

Can't sell without Jr.VIP amigo.
 
Cloudflare / DDoS-Guard free plan > Reverse Proxy (opcional) > Your Real Server Origin IP

Take a look in these reverse proxys (this is not hosting!)
proxy.is
x4b.net

Cheap? You can do your

Just like Alexhost mention.. You should choose always Offshore Hosting Provider even in Reverse Proxy or in your real server that you might trying to hide.
Dont want to bother you but i 've searched but I don't know how to phrase it. I have my own reverse proxy with Offshore VPS by using Nginx pointing to my website but how do I set up the reverse proxy to automatically intercept the traffic from my site like cloudfare does after you set it up. Thank you
 
Dont want to bother you but i 've searched but I don't know how to phrase it. I have my own reverse proxy with Offshore VPS by using Nginx pointing to my website but how do I set up the reverse proxy to automatically intercept the traffic from my site like cloudfare does after you set it up. Thank you
Cloudflare is a CDN is different, but you can do it with HAProxy or Nginx by using a module called nginx_proxycache

"Nginx reverse proxy can also do proxy caching via proxy_cache directives. Proxy caching will scale your static file serving better than non-cached Nginx proxying."
https://docs.nginx.com/nginx/admin-guide/content-cache/content-caching/
 
Cloudflare is a CDN is different, but you can do it with HAProxy or Nginx by using a module called nginx_proxycache

"Nginx reverse proxy can also do proxy caching via proxy_cache directives. Proxy caching will scale your static file serving better than non-cached Nginx proxying."
https://docs.nginx.com/nginx/admin-guide/content-cache/content-caching/
I think im wording it wrong. I think it has something to do with DNS records. Right now my reverse proxy is just a ip address, if you type it in it forwards to my site no problem. How do i use my domain name and have the proxy intercept the traffic, without have to direct my trafffic to the reverse proxy it self. I followed this tutorial to set up Nginx

How to Set Up Nginx as a Reverse Proxy​

https://kinsta.com/blog/reverse-proxy/#benefits-of-using-a-reverse-proxy
 
Cloudflare is a CDN is different, but you can do it with HAProxy or Nginx by using a module called nginx_proxycache

"Nginx reverse proxy can also do proxy caching via proxy_cache directives. Proxy caching will scale your static file serving better than non-cached Nginx proxying."
https://docs.nginx.com/nginx/admin-guide/content-cache/content-caching/
Thanks my guy i had proxy caching enable but just needed to restart the slice. Im getting this message when I try to go to the reverse proxy ip address even though I never added it to cloudflare.

Direct IP access not allowed​

What happened?​

You've requested an IP address that is part of the Cloudflare network. A valid Host header must be supplied to reach the desired website.

My website was already added to Cloudflare I just want a reverse proxy in the middle.
 
Thanks my guy i had proxy caching enable but just needed to restart the slice. Im getting this message when I try to go to the reverse proxy ip address even though I never added it to cloudflare.

Direct IP access not allowed​

What happened?​

You've requested an IP address that is part of the Cloudflare network. A valid Host header must be supplied to reach the desired website.

My website was already added to Cloudflare I just want a reverse proxy in the middle.
That is because you have set your firewall in High and you activated a configuration that blocks some connections, you may check your cloudflare settings
And also the reverse proxy ip should be replaced in A Records in Clouldflare
 
That is because you have set your firewall in High and you activated a configuration that blocks some connections, you may check your cloudflare settings
And also the reverse proxy ip should be replaced in A Records in Clouldflare
Edit: I had bot fight mode activated
Thank you so much. This is the config i am using
 

Attachments

  • Screenshot (281).png
    Screenshot (281).png
    26.5 KB · Views: 164
Last edited:
Edit: I had bot fight mode activated
Thank you so much. This is the config i am using
Yeep, I was suspect that might be the problem... Cloudflare blocking it, you may add your Reverse Proxy to exceptions (whitelist).
Sometimes it can have some conflits, and also if you do something in Nginx, cloudflare can trigger it.

I highly recommend this.
https://github.com/C0nw0nk/Nginx-Lua-Anti-DDoS
Note: be careful, using this you should disable Cloudflare (can make conflicts or not)
 
Yeep, I was suspect that might be the problem... Cloudflare blocking it, you may add your Reverse Proxy to exceptions (whitelist).
Sometimes it can have some conflits, and also if you do something in Nginx, cloudflare can trigger it.

I highly recommend this.
https://github.com/C0nw0nk/Nginx-Lua-Anti-DDoS
Note: be careful, using this you should disable Cloudflare (can make conflicts or not)
Okay so I finally got it all setup I have cloudflare > reverse proxy > website. I do not understand anything here i am just going off my ability to follow instruction. Would you recommend going forward or should quit while i am ahead?
 
Okay so I finally got it all setup I have cloudflare > reverse proxy > website. I do not understand anything here i am just going off my ability to follow instruction. Would you recommend going forward or should quit while i am ahead?
If works, don't change. You can add more reverse proxys if you want in near future.
 
Back
Top