Skip to content

AGou-ops/dnsmasq-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

web gui from: https://github.com/nzgamer41/dnsmasqgui

Docker hub image: https://hub.docker.com/r/suofeiya/dnsmasq-gui

build dnsmasq-gui docker image

make build
# run dnsmasq container
docker run -d -p 53:53/tcp -p 53:53/udp -p 5555:8080 --dns 127.0.0.1 --name dnsmasq-with-gui -v `pwd`/conf/dnsmasq.conf:/etc/dnsmasq.conf -v `pwd`/conf/hosts.dnsmasq:/etc/hosts.dnsmasq dnsmasq-gui:v2

default basic auth user and password: admin:admin

use docker-compose

搞了好久,php-fpm使用端口监听,其他容器死活连不上,一直报错File not found,索性直接构建一个all in one的镜像吧,懒得折腾了.

仅供参考:

make compose