scissor-project / open-scissor

OpenSCISSOR provisioning and orchestration
Apache License 2.0
2 stars 0 forks source link

Add a prefix to the locally managed domain #44

Closed ferrarimarco closed 6 years ago

ferrarimarco commented 6 years ago

Description of the Change

This change adds a prefix (dev.) to the local DNS domain (scissor-project.com). So the new local domain becomes: dev.scissor-project.com

This is needed to fix issues like #43, when we want to query the upstream scissor-project.com DNS server but we cannot because our DNS server thinks it should answer.

Note that after https://github.com/scissor-project/open-scissor/commit/6761cfdb7c83beb75dd7f0a68aca9f544696aad9 there is only one place where the domain is defined: the DNSMasq configuration file.

Alternate Designs

N/A

Benefits

DNS queries to scissor-project.com are correctly forwarded to the upstream DNS server.

Possible Drawbacks

N/A

Applicable Issues

43