mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
add dns for proxy inside container
This commit is contained in:
parent
ce34f302a1
commit
0d98667650
9 changed files with 37 additions and 12 deletions
6
nix/image/configs/dnsmasq.conf
Normal file
6
nix/image/configs/dnsmasq.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
listen-address=127.0.0.22
|
||||
no-resolv
|
||||
|
||||
address=/PROXY_BASE/HOST_IP
|
||||
|
||||
server=UPSTREAM_DNS
|
||||
Loading…
Add table
Add a link
Reference in a new issue