hide real vps

demonxslayer

Newbie
Joined
Apr 29, 2021
Messages
5
Reaction score
0
i recently bought new vps but I'm afraid from shitting it down bcs of recieving DCMA , so i wonder if there's a way like hide the main vps with another vps that ignore dcma ?
so dcma claims go to offshored vps not real one
 
You just need offshore vps with reverse proxy not many can handle reverse proxy setup with good url structure but still try..

good luck :)
 
You just need offshore vps with reverse proxy not many can handle reverse proxy setup with good url structure but still try..

good luck :)
thank you so much i have one more question
do i need another hosting with same network speed and bandwidth ?
 
thank you so much i have one more question
do i need another hosting with same network speed and bandwidth ?
Not really, but just get a good specs of the offshore server. Depending on what you're using the main vps server for.
 
Not really, but just get a good specs of the offshore server. Depending on what you're using the main vps server for.
I'm storing the content in the main Server and offshored one i want to use it to proxy the main one
 
I'm storing the content in the main Server and offshored one i want to use it to proxy the main one
If that's the case just get a decent specs of the offshore server it doesn't need to be same specs as the main server.
 
+1 for reverse proxy
Code:
https://www.google.com/search?q=nginx+reverse+proxy
keep host your real website on any server.. then rent 1 server DMCA ignored..
for spec depend your visitor.. try rent small one.. if not enough.. scale it up..

actually with nginx, you can have more than 1 back end..
in case 1 back end down.. nginx will auto change to another back end..
that we call load balancing.. 1 offshore hosting handle 3 regular hosting

others option also possible like HAProxy, traefik and others.. but i like nginx..
 
Back
Top