What is a reverse VPN?
This isn't called a "reverse VPN", it's called a reverse proxy. There's no tunneling involved.
This is basically what cloudflare is.
* How a normal website works: Your_Connection --> Actual Website (the user can see this website's IP address)
* How a Cloudflare backended website works: Your_Connection --> Cloudflare Servers --> Actual Website (this user only sees the cloudflare server's IP address (which makes it stand up to ddos attacks easier, especially layer 4 floods))
All the Cloudflare servers do are pass http requests from one place to another, there's no tunneling involved; Although, if an attacker was to get the client's website's real IP address instead of the Cloudflare server, he would be able to attack it freely as none of it is going through Cloudflare's servers.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now