admin 发表于 2024-7-27 18:11:02

NGINX Reverse Proxy Challenge: Implementing CF IP Restriction

A primary school website, the discovery of reverse engineering always fails.
Website address:
[*]
[*]fna.northerneducationtrust.org
[*]复制代码


Need UK IP access
. If you have an UK IP, the access is normal and without validation.

My VPS uses a UK IP, using this IP proxy can access the website.

I've tried all methods so far but they're all failed
proxy_redirect on/off;
proxy_ssl_server_name on;

The screenshot below shows that the reverse engineering never works:

https://s2.loli.net/2024/07/26/kcHLpj4OmQCb2Yi.png

页: [1]
查看完整版本: NGINX Reverse Proxy Challenge: Implementing CF IP Restriction