OptimalBits/redbird

Reverse proxy as a gateway

i3130002 opened this issue · 0 comments

I was tinkering with an idea about setting proxy by changing DNS! There currenly exists DNS services to reroute client traffic like Smart DNS. What if you redirect request to a server of yours (by changing all domains to this server ip) and send requests from your servers (Reverse proxies are good to do so! HaProxy and redbird can be used in here), Even though, I wasn't able to distinct if they can reverse proxy wildcard domains! providing them with server IP works works Well!

Why doing this ?

  • If you want to route all your traffic through a remote server for scientific/ analytic purposes

  • In case of wanting to use multiple proxy on android without rooting

  • Proxy all your traffic though internet modem

  • proxy traffics from devices with no proxy option!

  • Is there any way to reverse proxy incoming traffic using RedBird to it's domain/IP without specifying every and each of them ?