5c4ab7a7f4
Why I did it Support default DNS configuration How I did it Use j2 template to generate default DNS configuration. How to verify it Run sonic-config-engine unit test.
12 lines
168 B
Django/Jinja
12 lines
168 B
Django/Jinja
{# Please follow below example to add your DNS server
|
|
{
|
|
"DNS_NAMESERVER": {
|
|
"6.6.6.6": {},
|
|
"2001:4860:4860::64": {}
|
|
}
|
|
}
|
|
#}
|
|
{
|
|
"DNS_NAMESERVER": {}
|
|
}
|