MosDNS Web GUI is a program that provides a web interface for managing and interacting with MosDNS, a plugin-based DNS forwarder/traffic splitter.
- Go 1.13 or later
- MosDNS installed and running
- Download the latest release of MosDNS Web GUI for your platform.
- Extract the downloaded archive.
- Run the installation script:
sudo ./install.sh
- After installation, run the program:
/usr/local/mosdns-web-gui/mosdns-web-gui - Access the web interface in your browser at
http://localhost:8080(or the port you configured). - Use the web interface to configure MosDNS, update Geo data, manage rules, view status, and check logs.
The program can be configured by editing the mosdns.yaml file located in the config directory within the installation directory. Please refer to the MosDNS documentation for details on the configuration options.
The program has been tested on various Linux distributions. However, it's always recommended to test the installation and functionality on your specific system before deploying it in a production environment.
Contributions are welcome! Please see the CONTRIBUTING.md file for details.
MosDNS Web GUI is licensed under the GPLv3 license. Please see the LICENSE file for details.