# DNSmasqWeb **Repository Path**: xmlgrg/dnsmasq-web ## Basic Information - **Project Name**: DNSmasqWeb - **Description**: No description available - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-12-02 - **Last Updated**: 2023-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DNSmasqWeb #### 介绍 内部测试环境用DNS服务器,没找到好用的WEB,前端太渣,clone一份开源的前端,后端用django重写了一下 #### 软件架构 Django #### 安装教程 python manage.py makemigrations python manage.py migrate #### 使用说明 安装Dnsmasq 编辑配置文件 /etc/dnsmasq.conf resolv-file=/etc/resolv.dnsmasq.conf strict-order conf-dir=/etc/dnsmasq.d 启动项目 python manage.py runserver 0.0.0.0:8000 Django admin 增加登录用户 ![img.png](img.png)