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

https://github.com/olback/mark-dns

Send data via DNS
https://github.com/olback/mark-dns

Last synced: 6 months ago
JSON representation

Send data via DNS

Awesome Lists containing this project

README

          

# mark-dns

Build:
```terminal
npm i
npm build
```

Start server:
```terminal
npm start
```

Send data:
```terminal
cat test.txt | node out/client.js
```

Dev mode: (tsc in watch-mode)
```
npm run dev
```