Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

blocklet/ip-echo-dns

Repository files navigation

IP ECHO DNS

This project is deprecated, new project repo: https://github.com/blocklet/certificates-manager

A simple DNS server.

Install on my ABT Node

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:client

Deploy to local ABT Node

abtnode deploy .