AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home.html
GNU General Public License v3.0
25.44k stars 1.83k forks source link

Add Support for SNI Proxy #6455

Open AkramiPro opened 11 months ago

AkramiPro commented 11 months ago

Prerequisites

The problem

please see this project to understand what i mean:

https://github.com/dlundquist/sniproxy

Proposed solution

for any dns request you can send your server ip instead of actual domain ip and then your server handle the request as a proxy

Alternatives considered and additional information

No response

nmreadelf commented 11 months ago

I am of the opinion that this particular feature is not pertinent to the current project.

AkramiPro commented 11 months ago

I know this request might seem a bit strange, but many governments restrict access to various websites by implementing censorship. If you add the ability to bypass these restrictions, it would greatly help people in using the internet freely. Many countries like Iran, Russia, and China suffer from this issue. This could function as an additional feature to handle http,https requests, and it could be set to default as inactive so that only users who need it can activate it.