File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99### Download compiled binary
1010
11- [ Linux] ( https://github.com/mxssl/dns/releases/download/1.0.2 /dns_Linux_x86_64.tar.gz )
11+ [ Linux] ( https://github.com/mxssl/dns/releases/download/1.0.3 /dns_Linux_x86_64.tar.gz )
1212
13- [ Windows] ( https://github.com/mxssl/dns/releases/download/1.0.2 /dns_Windows_x86_64.tar.gz )
13+ [ Windows] ( https://github.com/mxssl/dns/releases/download/1.0.3 /dns_Windows_x86_64.tar.gz )
1414
15- [ MacOS] ( https://github.com/mxssl/dns/releases/download/1.0.2 /dns_Darwin_x86_64.tar.gz )
15+ [ MacOS] ( https://github.com/mxssl/dns/releases/download/1.0.3 /dns_Darwin_x86_64.tar.gz )
1616
1717### Examples
1818
1919Linux:
2020
2121``` bash
22- wget https://github.com/mxssl/dns/releases/download/1.0.2 /dns_Linux_x86_64.tar.gz
22+ wget https://github.com/mxssl/dns/releases/download/1.0.3 /dns_Linux_x86_64.tar.gz
2323tar zvxf dns_Linux_x86_64.tar.gz
2424cp dns /usr/local/bin/dns
2525chmod +x /usr/local/bin/dns
@@ -28,7 +28,7 @@ chmod +x /usr/local/bin/dns
2828MacOS
2929
3030``` bash
31- wget https://github.com/mxssl/dns/releases/download/1.0.2 /dns_Darwin_x86_64.tar.gz
31+ wget https://github.com/mxssl/dns/releases/download/1.0.3 /dns_Darwin_x86_64.tar.gz
3232tar zvxf dns_Darwin_x86_64.tar.gz
3333cp dns /usr/local/bin/dns
3434chmod +x /usr/local/bin/dns
@@ -156,7 +156,7 @@ dns -r cloudflare a golang.com
156156docker container \
157157 run \
158158 --rm \
159- mxssl/dns:1.0.0 \
159+ mxssl/dns:1.0.3 \
160160 dns a golang.com
161161```
162162
You can’t perform that action at this time.
0 commit comments