> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/creating-a-dns-local-entry.md).

# Creating a DNS Local Entry

> **Applies to:** SBC 3.1, 3.3

\*\*Note: \*\* This article describes the creation of optional DNS local entries.

You can create one or more DNS Local Entries. This is useful when you want to bypass the DNS server. This is usually done for troubleshooting.

1- Click **DNS** in the navigation panel

![dns group 0](https://docs.telcobridges.com/w/images/7/7f/Dns_group_0.png)

2- Select a DNS group, from the **DNS group list**

![dns entry 0](https://docs.telcobridges.com/w/images/5/58/Dns_entry_0.png)

3- Create a new DNS local entry for the DNS server.

* Click **Local Entries**.

![dns entry 1](https://docs.telcobridges.com/w/images/2/25/Dns_entry_1.png)

4- Click **Create New DNS local entry**.

![dns entry 2](https://docs.telcobridges.com/w/images/4/43/Dns_entry_2.png)

5- Configure the DNS local entry.

* Enter a name for the DNS local entry
* Enter an FQDN.
* Click **Create**.

![dns entry 3](https://docs.telcobridges.com/w/images/8/86/Dns_entry_3.png)

6- Verify that the **DNS local entry was successfully created** message is displayed.

![dns entry 4](https://docs.telcobridges.com/w/images/8/80/Dns_entry_4.png)

7- Once the DNS Local entry is created you add one or more DNS local entry records to it.

* Click **Create New DNS local entry record**.

![dns entry 5](https://docs.telcobridges.com/w/images/0/09/Dns_entry_5.png)

8- Configure the DNS local entry record.

* Enter a name for the DNS local entry record.
* Enter an IP address.
* Enter a port number.
* Enter a service name.
* Click **Create**.

![dns entry 6](https://docs.telcobridges.com/w/images/9/9a/Dns_entry_6.png)

The DNS local entry with its accompanying records are displayed in the DNS Local Entries list.

![dns entry 9](https://docs.telcobridges.com/w/images/c/ce/Dns_entry_9.png)

### List of Parameters

**DNS Local Entries**

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [FQDN](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/fqdn/README.md)
* [Enabled](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/enables/README.md)

**DNS Local Entry Records**

* [IP Address](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ip-address/README.md)
* [Port](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/port/README.md)
* [Service](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/service/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/creating-a-dns-local-entry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
