1
0
mirror of https://github.com/mje-nz/zerotier-dns.git synced 2024-05-11 05:55:15 +00:00

Removing extra backticks

This commit is contained in:
Eric Tendian
2018-02-12 18:48:21 -06:00
parent 05a40baf51
commit 07efbbeebd

View File

@ -18,7 +18,7 @@ If you prefer the traditional installation route:
#### Install
1. First use ```go get``` to install the latest version, or download a precompiled release from [https://github.com/uxbh/ztdns/releases](https://github.com/uxbh/ztdns/releases)
1. First use `go get` to install the latest version, or download a precompiled release from [https://github.com/uxbh/ztdns/releases](https://github.com/uxbh/ztdns/releases)
```
go get -u github.com/uxbh/ztdns/
go build
@ -34,7 +34,7 @@ go build
Once the server is up and running you will be able to resolve names based on the short name and suffix defined in the config file (zt by default) from ZeroTier.
```
```bash
dig @serveraddress member.zt A
dig @serveraddress member.zt AAAA
ping member.zt
@ -60,7 +60,7 @@ If you prefer to run the server with Docker:
Once the server is up and running you will be able to resolve names based on the short name and suffix defined in the config file (zt by default) from ZeroTier.
```
```bash
# remove -p 5356 if running on port 53
dig @127.0.0.1 -p 5356 member.zt A
dig @127.0.0.1 -p 5356 member.zt AAAA