Maint: change default ping address to github.com to test DNS

This commit is contained in:
Quentin McGaw (desktop)
2021-09-11 22:27:32 +00:00
parent 6627cda96c
commit cc677bde93
5 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ func Test_Health_lines(t *testing.T) {
"filled settings": {
settings: Health{
ServerAddress: "address:9999",
AddressToPing: "1.1.1.1",
AddressToPing: "github.com",
VPN: HealthyWait{
Initial: time.Second,
Addition: time.Minute,
@@ -58,7 +58,7 @@ func Test_Health_lines(t *testing.T) {
lines: []string{
"|--Health:",
" |--Server address: address:9999",
" |--Address to ping: 1.1.1.1",
" |--Address to ping: github.com",
" |--VPN:",
" |--Initial duration: 1s",
" |--Addition duration: 1m0s",