Skip to content

Commit

Permalink
Enable dns_fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
negbie committed Jun 4, 2021
1 parent 47e0540 commit 64e9e99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ rtp_stats no
# Network
#dns_server 1.1.1.1:53
#dns_server 1.0.0.1:53
#dns_fallback 8.8.8.8:53
dns_fallback 8.8.8.8:53
#net_interface eth0
# Play tones
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/coocood/freecache v1.1.1
github.com/negbie/go-baresip v0.0.8
github.com/negbie/go-baresip v0.0.9
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ github.com/goccy/go-json v0.6.1 h1:O7xC9WR7B09imThbRIEMIWK4MVcxOsLzWtGe16cv5SU=
github.com/goccy/go-json v0.6.1/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/negbie/go-baresip v0.0.8 h1:3tIURkalXWRouuZwOphT2Mi+51jtqcTofps1nKTQzCo=
github.com/negbie/go-baresip v0.0.8/go.mod h1:rZ1+ZBEwbYxNOsm4KHZSnutgWMcA1qtpj9TBcSyOzPo=
github.com/negbie/go-baresip v0.0.9 h1:eVBbqFa9Z0lIjxoNgPZpLdk/XAzgUPwjIImhD8rBvEY=
github.com/negbie/go-baresip v0.0.9/go.mod h1:rZ1+ZBEwbYxNOsm4KHZSnutgWMcA1qtpj9TBcSyOzPo=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA=

0 comments on commit 64e9e99

Please sign in to comment.