I want to protect my admin page not only with a login and password, but also with IP filtering as described here: https://security.stackexchange.com/a/30649/68841
But I have two questions:
- Can I use a proxy instead of a VPN?
- I also need to use one more proxy on the server, for API requests to the specific site which blocked in my country. Can I use the same proxy to access the admin page on my server and for the API requests from this server to another site?
- I don't want to set up my own proxy server from scratch, I just want to buy proxy as a service.
- I want to do something simpler, as in the link provided in my question: when I want to use admin page, I will enable proxy on my local computer and connect to the my admin page which allow only IP of my proxy server. Is it ok? And do I really need any other additional settings?
– konstantin_doncov Nov 10 '19 at 20:25