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
- Host: GitHub
- URL: https://github.com/olback/mark-dns
- Owner: olback
- Created: 2018-11-28T18:52:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T18:54:00.000Z (over 7 years ago)
- Last Synced: 2025-02-08T12:31:24.787Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```