📦 Networking Toolbox v1.5.0
🛸 Other Changes
ad2a863- Improves SEO (commit by @Lissy93)e1383dd- Adds suggested pages in 404 page (commit by @Lissy93)8917acd- Implemented font size switching in settings (commit by @Lissy93)0be304b- Limited to known DNS servers (PR #22 by @Lissy93)bb0058a- Implemented settings backup/restore (commit by @Lissy93)8520d2f- Updated self-hosting docs (commit by @Lissy93)ad6df3f- Implemented import/export settings, and easy custom styles (commit by @Lissy93)1f7edd3- Updated Svelte package versions, resolved npm vuln (commit by @Lissy93)c9c0b50- Adds links in search, fixes show more alignment in settings (commit by @Lissy93)985fc92- Bump to V1.5.0 (commit by @Lissy93)f76f3d0- Merge pull request #23 from Lissy93/feat/settings-dns-docs
Feat/settings dns docs (commit by @Lissy93)
📥 Installation
Docker:
docker pull lissy93/networking-toolbox:v1.5.0
docker run -d -p 8080:3000 lissy93/networking-toolbox:v1.5.0From Source:
# Download and extract
tar -xzf networking-toolbox-v1.5.0.tar.gz
# Install and run
npm install
npm run build
npm run preview