Skip to content

Commit

Permalink
docs: Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 11, 2024
1 parent dffc36c commit 5cdca0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Docker container of [dnsmasq](https://thekelleys.org.uk/dnsmasq/doc.html), an open-source DNS server.

## How to use
## Usage 🐳

Via Docker Compose:

Expand All @@ -37,7 +37,7 @@ Via Docker CLI:
docker run -it --rm -p 53:53/udp -p 53:53/tcp -e "DNS1=1.0.0.1" -e "DNS2=1.1.1.1" --cap-add=NET_ADMIN dockurr/dnsmasq
```

## Configuration
## Configuration ⚙️

You can set the `DNS1` and `DNS2` environment variables to change which upstream DNS
servers to use. In the examples above they are set to the public [Cloudflare](https://www.cloudflare.com/learning/dns/what-is-1.1.1.1/) servers.
Expand All @@ -57,7 +57,7 @@ You can also override [dnsmasq.conf](https://github.com/dockur/dnsmasq/blob/mast
- /example/dnsmasq.conf:/etc/dnsmasq.conf
```
## FAQ
## FAQ 💬
* ### Port 53 is already in use?
Expand Down Expand Up @@ -91,7 +91,7 @@ You can also override [dnsmasq.conf](https://github.com/dockur/dnsmasq/blob/mast
uninstalled or disabled, or a number of other causes. So finding out which process is
binding the port is a good place to start debugging.

## Stars
## Stars 🌟
[![Stars](https://starchart.cc/dockur/dnsmasq.svg?variant=adaptive)](https://starchart.cc/dockur/dnsmasq)

[build_url]: https://github.com/dockur/dnsmasq/
Expand Down

0 comments on commit 5cdca0b

Please sign in to comment.