-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Upstreams servers local redirection #787
Comments
Here's how it should look like: Square brackets just indicate that this part of the server line is optional, you shouldn't include them |
Now I get this error Server "/abcd.duckdns.org/192.168.1.220": could not be used, please check that you've written it correctly Error: control/set_upstreams_config | wrong upstreams specification: address /abcd.duckdns.org/192.168.1.220: missing port in address | 400 And if I put /abcd.duckdns.org/192.168.1.220:443 Error: control/set_upstreams_config | wrong upstreams specification: /abcd.duckdns.org/192.168.1.220 is not a valid IP | 400 |
@lordraiden hi! I think that you get an error because it's the only one upstream server which you specified. It means that you should specify any other upstream to resolve all queries except for abcd.duckdns.org |
Sorry I feel stupid right now This is my configuration, it doesn't matter if I use [] or not it doesnt work, I get the same errors
|
@lordraiden I don't understand what's going on, your configuration with Let's clarify: your goal is to resolve -If you try to reach the goal №1 - please, send me verbose logs (run AGHome with -v option) |
@admitrevskiy |
Try the following: -Go to Please, let me know if something goes wrong. |
@admitrevskiy @ameshkov this is must have and it should be available to configure in the interface |
Could you please take a screenshot of what you have in the filtering log? |
For some reason now it works. Thanks a lot for the patience. |
@ameshkov @admitrevskiy |
Yeah, this will be handled with #818 |
Steps to reproduce
[/abcd.duckdns.org/]192.168.1.220
when I resolver this abcd.duckdns.org it gives me an error page
It's a website hosted in my network I want local queries to redirect to the IP.
When I test the servers I get this error
Server "[/abcd.duckdns.org/]192.168.1.220": could not be used, please check that you've written it correctly
192.168.1.220 it's a nginx server. with piholes wortks.
Expected behavior
It should give me the website behind
Actual behavior
when I resolver this abcd.duckdns.org it gives me an error page
Your environment
Running docker latest version
The text was updated successfully, but these errors were encountered: