Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ksator committed May 21, 2020
1 parent 625f3b3 commit c15646e
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions edit_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,24 @@
<config>
<network-instance xmlns="http://arista.com/yang/openconfig/system/augments">default</network-instance>
</config>
<servers>
<server>
<servers>
<server>
<address>
8.8.8.8
</address>
<config>
<address>8.8.8.8</address>
<config>
<address>8.8.8.8</address>
<port>53</port>
</config>
</server>
<server>
<port>53</port>
</config>
</server>
<server>
<address>10.83.28.52</address>
<config>
<address>10.83.28.52</address>
<config>
<address>10.83.28.52</address>
<port>53</port>
</config>
</server>
</servers>
<port>53</port>
</config>
</server>
</servers>
</dns>
</system>
</config>
Expand Down

0 comments on commit c15646e

Please sign in to comment.