Skip to content
  • Adrien Dorsaz's avatar
    fix dns record management when dns host is an IP · 2776348a
    Adrien Dorsaz authored
    Previously we set the string with IP as the list of nameservers.
    So, for example, if IP were '172.16.1.1', the list of servers were
    ['1', '7', '2', '.', '1', '.', '1'] which was clearly falsy.
    
    Now, it's correctly set as ['172.16.1.1'].
    2776348a