# lktx-dns **Repository Path**: lktx/lktx-dns ## Basic Information - **Project Name**: lktx-dns - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-24 - **Last Updated**: 2025-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DNS服务 # 实现DNS+反向代理+基础统计+SSL+CA - app.yml 配置文件 ```yaml admin: username: 'admin' #后台账号 password: '123456' #后台密码 port: 8080 #管理后台监听的端口 dns: default: '114.114.114.114:53' port: 53 proxy: open: true ``` # 启动脚本 ```shell #/etc/systemd/system/ #设置开机自启 sudo systemctl enable lktx-dns.service #现在启动服务 sudo systemctl start lktx-dns.service #查看状态 sudo systemctl status lktx-dns.service ``` # 截图 ![截图](https://gitee.com/lktx/lktx-dns/raw/master/doc/img.png) ![截图](https://gitee.com/lktx/lktx-dns/raw/master/doc/img_1.png) ![截图](https://gitee.com/lktx/lktx-dns/raw/master/doc/img_2.png)