We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The openvpn process is initialized with an inherited name server.
openvpn
This means that if you create a new Route 53 private zone, it is not resolvable and it is not possible to use the private ingresses.
curl -SL dashboard.internal.example.dev curl: (6) Could not resolve host: dashboard.internal.example.dev ❯ curl --help ❯ dig dashboard.internal.example.dev @10.10.0.2 ; <<>> DiG 9.10.6 <<>> dashboard.internal.example.dev @10.10.0.2 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42857 ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;dashboard.internal.example.dev. IN A ;; ANSWER SECTION: dashboard.internal.example.dev. 60 IN A 10.10.37.178 dashboard.internal.example.dev. 60 IN A 10.10.3.67 dashboard.internal.example.dev. 60 IN A 10.10.26.190 ;; Query time: 67 msec ;; SERVER: 10.10.0.2#53(10.10.0.2) ;; WHEN: Tue Feb 21 16:30:58 CET 2023 ;; MSG SIZE rcvd: 107
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
openvpn
process is initialized with an inherited name server.This means that if you create a new Route 53 private zone, it is not resolvable and it is not possible to use the private ingresses.
The text was updated successfully, but these errors were encountered: