# NTP Pointer in DHCP Server

**URL:** https://discourse.pi-hole.net/t/ntp-pointer-in-dhcp-server/23588
**Category:** Duplicate
**Created:** [September 15, 2019, 8:26pm UTC](https://discourse.pi-hole.net/t/ntp-pointer-in-dhcp-server/23588 "2019-09-15T20:26:44Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Joulinar](https://discourse-cdn.pi-hole.net/user_avatar/discourse.pi-hole.net/joulinar/32/12299_2.png) [@Joulinar](https://discourse.pi-hole.net/u/Joulinar)
#### Post date: [February 2, 2020, 7:54pm UTC](https://discourse.pi-hole.net/t/ntp-pointer-in-dhcp-server/23588/6 "2020-02-02T19:54:18Z")

</div>

Hi,

I created my own `42-pihole-ntp-dhcp.conf` within `/etc/dnsmasq.d` allowing me to share the NTP server

```auto
root@DietPi4:/etc/dnsmasq.d# ls -l
insgesamt 16
-rw-r--r-- 1 root root 1590 Jan 30 15:11 01-pihole.conf
-rw-r--r-- 1 root root 500 Feb 2 20:38 02-pihole-dhcp.conf
-rw-r--r-- 1 root root 1287 Jan 30 15:11 04-pihole-static-dhcp.conf
-rw-r--r-- 1 root root 362 Feb 2 20:39 42-pihole-ntp-dhcp.conf

```

The file contains a single line only `dhcp-option=option:ntp-server,192.168.0.1`. My hope is, that it will be persistent and did not get removed 🙃

---

_[View the full topic](https://discourse.pi-hole.net/t/ntp-pointer-in-dhcp-server/23588)._
