Creating a Resolver Endpoint
Create a resolver endpoint that can used for forwarding and listening to DNS queries to or from another private DNS system such as a peered VCN or an on-premises network.
When you create a VCN and select the Use DNS hostnames, this choice creates a dedicated private DNS resolver and a default private view with system-managed zones.
See Private DNS resolvers and Resolver Endpoints for more information about resolvers and endpoints in your VCN.
See Managing Zones for more information about managing private zones and views.
Next Steps: - Optionally, create a resolver rule.
Use the resolver-endpoint create command and required parameters to create a resolver endpoint:
oci dns resolver-endpoint create --is-forwarding [boolean] --is-listening [boolean] --name endpoint_name --resolver-id resolver_OCID --subnet-id subnet_OCID ... [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the CreateResolverEndpoint operation to create a resolver endpoint.