Skip to content

Commit

Permalink
fix: set correct dns and ip for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boratanrikulu committed May 11, 2024
1 parent 3283e81 commit 25d08a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/durdur/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
var (
tIface = "eth0"

tDNS = "echo.bora.sh"
tIP = "149.248.213.227"
tDNS = "quik.bora.sh"
tIP = "169.155.49.112"
)

type tCommand struct {
Expand Down

0 comments on commit 25d08a2

Please sign in to comment.