Guest User

Untitled

a guest
Jun 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. In order to avoid FreeBSD ntpd listen on wildcard interface,
  2. add following lines to `/etc/ntp.conf`:
  3.  
  4. ```
  5. interface ignore wildcard
  6. interface listen 10.0.0.1
  7. ```
Add Comment
Please, Sign In to add comment