Skip to content

Commit 15126a9

Browse files
authored
Update README.md
1 parent d8af567 commit 15126a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A simple DNS proxy written in go based on [github.com/miekg/dns](https://github.
77
## Docker
88

99
```shell
10-
$ docker run -p 153:53/udp katakonst/go-dns-proxy:latest -use-outbound -json-config='{
10+
$ docker run -p 53:53/udp katakonst/go-dns-proxy:latest -use-outbound -json-config='{
1111
"defaultDns": "8.8.8.8:53",
1212
"servers": {
1313
"google.com" : "8.8.8.8:53"
@@ -40,11 +40,11 @@ $ go-dns-proxy -use-outbound -json-config='{
4040
## Arguments
4141

4242
```
43-
-file config filename
44-
-log-level log level(info or error)
45-
-expiration cache expiration time in seconds
46-
-use-outbound use outbound address as host for server
47-
-config-json configs as json
43+
-file config filename
44+
-log-level log level(info or error)
45+
-expiration cache expiration time in seconds
46+
-use-outbound use outbound address as host for server
47+
-config-json configs as json
4848
```
4949

5050
## Config file format
@@ -60,4 +60,4 @@ $ go-dns-proxy -use-outbound -json-config='{
6060
".*.com." : "8.8.8.8"
6161
}
6262
}
63-
```
63+
```

0 commit comments

Comments
 (0)