📦 Networking Toolbox v1.0.1
🛸 Other Changes
5d30eeb- Update icon (commit by @Lissy93)cf0abdd- API routes for dns glue, spf flatten, ocsp stapling, and tracing (commit by @Lissy93)0f7459f- Builds new diagnostic pages (commit by @Lissy93)c39b588- Adds tests for new pages (commit by @Lissy93)887179a- Bumps to v1.0.1 with new lookup routes (commit by @Lissy93)b18e81e- Resolves lint warnings (commit by @Lissy93)6b7e879- Resolves prettier warnings (commit by @Lissy93)51fb7f8- Fix link in README for networking toolbox (commit by @ccouzens)9e1b1c1- Merge pull request #1 from ccouzens/patch-1
Fix link in README for networking toolbox (commit by @Lissy93)
Feat/new diagnostic lookup routes (commit by @Lissy93)
📥 Installation
Docker:
docker pull lissy93/networking-toolbox:v1.0.1
docker run -d -p 8080:80 lissy93/networking-toolbox:v1.0.1From Source:
# Download and extract
tar -xzf networking-toolbox-v1.0.1.tar.gz
# Install and run
npm install
npm run build
npm run preview