--- name: resolve_dns kind: function lang: go domain: cybersecurity version: "1.0.0" purity: impure signature: "func ResolveDNS(host string) ([]string, error)" description: "Resuelve un hostname a sus direcciones IP usando el resolver DNS del sistema." tags: [cybersecurity, io, dns, resolve] uses_functions: [] uses_types: [] returns: [] returns_optional: false error_type: "error_go_core" imports: [fmt, net] tested: false tests: [] test_file_path: "" file_path: "functions/cybersecurity/resolve_dns.go" ---