{"id":23788883,"url":"https://github.com/iesreza/netconfig","last_synced_at":"2026-06-13T21:32:31.047Z","repository":{"id":57562648,"uuid":"186013456","full_name":"iesreza/netconfig","owner":"iesreza","description":"Golang Network Configuration Reader","archived":false,"fork":false,"pushed_at":"2019-10-20T11:20:01.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-21T12:34:21.651Z","etag":null,"topics":["go","golang","netconfig","network","network-monitoring"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iesreza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-10T15:38:47.000Z","updated_at":"2024-11-30T15:57:48.000Z","dependencies_parsed_at":"2022-09-17T14:03:35.826Z","dependency_job_id":null,"html_url":"https://github.com/iesreza/netconfig","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iesreza/netconfig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iesreza%2Fnetconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iesreza%2Fnetconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iesreza%2Fnetconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iesreza%2Fnetconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iesreza","download_url":"https://codeload.github.com/iesreza/netconfig/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iesreza%2Fnetconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34301730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","netconfig","network","network-monitoring"],"created_at":"2025-01-01T16:51:31.960Z","updated_at":"2026-06-13T21:32:31.022Z","avatar_url":"https://github.com/iesreza.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netconfig\nGolang Network configuration reader\nread cross platform network configuration\n\n### Currently can read\n- InterfaceName\n- HardwareAddress\n- LocalIP\n- DNS\n- SubnetMask\n- DefaultGateway\n- Suffix\n\n## Example\n```\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/iesreza/netconfig\"\n\t\"strings\"\n)\n\nfunc main() {\n\t\n\tnetwork := netconfig.GetNetworkConfig()\n\n\tres := \"InterfaceName:\"+network.InterfaceName+\"\\r\\n\"\n\tres += \"HardwareAddress:\"+network.HardwareAddress.String()+\"\\r\\n\"\n\tres += \"LocalIP:\"+network.LocalIP.String()+\"\\r\\n\"\n\tres += \"DNS:\"+strings.Join(network.DNS,\",\")+\"\\r\\n\"\n\tres += \"SubnetMask:\"+network.SubnetMask.String()+\"\\r\\n\"\n\tres += \"DefaultGateway:\"+network.DefaultGateway.String()+\"\\r\\n\"\n\tres += \"Suffix:\"+network.Suffix+\"\\r\\n\"\n\n\tfmt.Println(res)\n\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiesreza%2Fnetconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiesreza%2Fnetconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiesreza%2Fnetconfig/lists"}