-
Notifications
You must be signed in to change notification settings - Fork 23
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
Testing on Ubuntu #17
Comments
What is the reason you are forwarding port 53:53? There is no need for this I think as your Mac resolver (etc/resolver) is forwarding all .test traffic to 172.0.0.1 |
Hey @freeyland, We've not tested on Linux, so it would be great if you can test it! Regarding 53 port, it is default configuration from Dnsmasq docker image. |
Hey @shkoliar , |
Following issues already found on Linux:
I will continue testing.... |
https://github.com/freeyland/e2c/tree/master |
btw, @freeyland you have to keep the original copyright notice due to MIT License rules. |
Ok, will add it |
@freeyland As I've noticed you are copying every our commit into your repo with adding your authorship. GitHub has It would be great if you can also give us feedback on Linux usage and create pull requests if you have improvements for Linux based systems. |
@shkoliar Today I am doing the latest tests on Ubuntu. |
All working now on Ubunu. See latest merge request |
I am currently testing the install on Linux Ubuntu. However I am having issue on port 53 being used by the standard Linux DNS server. So I get an error message saying that the port is already taken.
How did you make it work on Linux?
Can I change the port of docker dnsmasq to 53 to eg port 54?
I understand that DNSmasq is there so that all new created domains are available outside the docker environment?
The text was updated successfully, but these errors were encountered: