fixed dns soa retry
Ryan Gibb 2 years ago 18761f3b 9d7027b8
··· 27 27 }; 28 28 retry = mkOption { 29 29 type = types.int; 30 30 - default = 15; # 15m 30 30 + default = 900; # 15m 31 31 }; 32 32 expire = mkOption { 33 33 type = types.int;