Skip to content
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

Add parameters related to DNS #3

Closed
eugulixes opened this issue Oct 31, 2017 · 0 comments
Closed

Add parameters related to DNS #3

eugulixes opened this issue Oct 31, 2017 · 0 comments

Comments

@eugulixes
Copy link
Contributor

Add the following parameters related to DNS:

  • ENABLE_GOOGLE_DNS
  • ENABLE_BASIC_YANDEX_DNS
  • ENABLE_FAMILY_YANDEX_DNS
  • ENABLE_CUSTOM_DNS

ENABLE_GOOGLE_DNS will allow using the most common DNS server. If one uses the parameter, than the following two lines are added to /etc/resolv.conf

nameserver 8.8.8.8
nameserver 8.8.4.4

ENABLE_BASIC_YANDEX_DNS will allow using a quick and reliable DNS server provided by Yandex. If one uses the parameter, than the following two lines are added to /etc/resolv.conf

nameserver 77.88.8.8
nameserver 77.88.8.1

ENABLE_FAMILY_YANDEX_DNS will allow using the DNS server provided by Yandex with protection from "adult" content. If one uses the parameter, than the following two lines are added to /etc/resolv.conf

nameserver 77.88.8.7
nameserver 77.88.8.3

ENABLE_CUSTOM_DNS will allow users to add any DNS server to /etc/resolv.conf.

eugulixes added a commit that referenced this issue Nov 15, 2017
eugulixes added a commit that referenced this issue Nov 15, 2017
eugulixes added a commit that referenced this issue Nov 15, 2017
denismosolov pushed a commit that referenced this issue Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant