-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dns/dnscrypt-proxy: allow dns server port #1104
Comments
|
Yep, you need to run it on port 53, thats why I added the checkbox for higher privileges. |
|
The system servers are for resolv.conf, which does not support any other port than 53. The way this is supposed to work is to create an alias for loopback that is not 127.0.0.1 -- there's all of 127.0.0.0/8 to choose from -- and let dnscrypt-proxy listen on a particular loopback IP on port 53 which can then be added as a system server. But I'm not sure if @mimugmail already has that included. |
|
An IP alias for an unassigned interface? Is this possible? |
|
i have dnsmasq running on port 53 for all my vlans, so dnscrypt has to run on another port. |
|
Loopback is not unassigned ;) You can actually select it from VIPs... |
|
Again, you need to run it on 127.0.0.2:53 or other. It's impossible to move the port to somewhere else. |
|
Oh, I totally overlooked this :/ Maybe because |
|
Good point, let me change that... |
|
@fichtner : i have the proxy running on 127.0.0.1:5353, point the general dns/resolv.conf to 127.0.0.1, where dnsmasq is listening. so it is perfectly possible, but the question is if its the best way to do this. |
|
This is perfectly fine. Some ppl. are concerned about a second resolver involved cause of latency, but sine this is just a local connection it should be minimal ... I added some stuff for the docs: |
|
@mimugmail maybe also add an option to set the static sources instead of the public lists? |
|
I have to think about this. In general I don't like the idea because when provider blocks the host or port you're out. It's also prone to user errors leading to more tickets (and work) :) For now we'll stick with the file, but if more users complaining I'm the last one stopping progress :) |
|
@thutex right, for chaining that is correct in advanced options |
|
This can be closed as 1.1 supports static Servers? |
|
Perfect, thanks! |
We now have the dnscrypt proxy. great.
However, when setting it up i was trying to have this situation:
however in system/general/settings under networking - where we enter the general dns servers to use - we cannot specify the port.
this means i cannot have dnscrypt running on port 5353 and have the firewall use this proxy to resolve queries.
The text was updated successfully, but these errors were encountered: