File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ $ docker run -d --name sdns -p 53:53 -p 53:53/udp ghcr.io/semihalev/sdns:latest
4545Pin to a specific version (recommended for production):
4646
4747``` shell
48- $ docker run -d --name sdns -p 53:53 -p 53:53/udp ghcr.io/semihalev/sdns:1.7.3
48+ $ docker run -d --name sdns -p 53:53 -p 53:53/udp ghcr.io/semihalev/sdns:1.7.4
4949```
5050
5151#### Docker Compose
@@ -136,7 +136,7 @@ example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8f::53]:53 rtt:147ms health:[GOO
136136example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8d::53]:53 rtt:148ms health:[GOOD]"
137137` ` `
138138
139- # # Configuration (v1.7.0 )
139+ # # Configuration (v1.7.4 )
140140
141141| Key | Description |
142142| -------------------- | ------------------------------------------------------------------------------------------------------------------- |
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "github.com/semihalev/zlog/v2"
1919)
2020
21- const configver = "1.7.0 "
21+ const configver = "1.7.4 "
2222
2323// Config type.
2424type Config struct {
Original file line number Diff line number Diff line change 11
22# Configuration file version (not SDNS version)
3- version = "1.7.0 "
3+ version = "1.7.4 "
44
55# ============================
66# Basic Server Configuration
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
2020 "github.com/spf13/cobra"
2121)
2222
23- const version = "1.7.3 "
23+ const version = "1.7.4 "
2424
2525var (
2626 cfgPath string
You can’t perform that action at this time.
0 commit comments