Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 742 Bytes

File metadata and controls

28 lines (23 loc) · 742 Bytes
date 2020-07-13
title Use Custom DNS Servers
description Point Vector to custom DNS servers
authors
binarylogic
pr_numbers
1118
1362
1371
1400
1451
release 0.6.0
hide_on_release_notes false
badges
type domains
new feature
networking
aliases
/blog/custom-dns

We're modern progressive parents and aren't about to tell Vector who it can and can't hang out with. As such, we're now allowing you to specify custom DNS servers in your configs.

The configuration isn't complicated, it's a global array field dns_servers:

dns_servers = ["0.0.0.0:53"]

When dns_servers is set Vector will ignore the system configuration and use only the list of DNS servers provided.