An open API service indexing awesome lists of open source software.

https://github.com/no-src/hosts


https://github.com/no-src/hosts

go hosts

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# hosts

## Installation

```bash
go install github.com/no-src/hosts/...@latest
```

## Usage

Print all host items.

```bash
$ hosts
```

Search for the specified hostname or IP, and multiple keywords are split with spaces.

```bash
$ hosts 192.168.100.1 github.com
```