https://github.com/helloxz/dnsmasq
CentOS一键安装DNSmasq
https://github.com/helloxz/dnsmasq
Last synced: about 1 year ago
JSON representation
CentOS一键安装DNSmasq
- Host: GitHub
- URL: https://github.com/helloxz/dnsmasq
- Owner: helloxz
- Created: 2017-08-31T05:27:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T01:48:31.000Z (almost 8 years ago)
- Last Synced: 2025-04-02T22:22:41.022Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 10
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DNSmasq
CentOS 一键安装DNSmasq搭建公共DNS
### 安装
```
wget https://raw.githubusercontent.com/helloxz/dnsmasq/master/dns.sh --no-check-certificate
chmod +x dns.sh
./dns.sh
```