# Setting the Override

To make your standard internal DNS accept the overrides, you will need to define it as the authoritative DNSs for the sites monitored. The way to do this varies from DNS to DNS. As an example, this is how you would do it using Microsoft DNS:

In your Microsoft DNS, right-click the DNS itself, select properties and click on “Forwarders”. Add a forwarder named “facebook.com” and point it to the IP address of the Unbound DNS. Do the same for “twitter.com”. This will make sure that the Microsoft DNS resolves all domains (other than Facebook and Twitter) by going external, but for Facebook and Twitter it will ask the Unbound DNS instead.

Wait for the TTL to expire in the DNS (30 seconds or so) and then try pinging [www.facebook.com](http://www.facebook.com) – this should resolve to the Composable Agentic Platform appliance IP. Then ping login.facebook.com, and you should get the external address.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tomorrowx.com/cap/product-reference/setting-up-a-dns-override-for-data-loss-prevention/setting-the-override.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
