ip-echo-dns
v1.4.4
Published
An IP Echo DNS server
Readme
Simple Boarding Gate
A simple DNS server.
Install on my ABT Node
Getting started
Configuration
Put following contents in .env:
SKIP_PREFLIGHT_CHECK=true
# server side
BLOCKLET_PORT="3030"
REACT_APP_BASE_URL="http://192.168.1.2:3030"
REACT_APP_APP_NAME="IP Echo DNS"
REACT_APP_API_PREFIX=""Start hacking
npm run start:server
npm run start:clientDeploy to local ABT Node
abtnode deploy .