Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/majestrate/XD
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Dec 26, 2018
2 parents 48d10f2 + a7ce01f commit c755cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xd/lib/network/inet/inet.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"time"
)

const DefaultIfName = "loki0"
const DefaultIfName = "lokitun0"
const DefaultPort = "0"
const DefaultDNSAddr = "127.0.0.1:1153"
const DefaultDNSAddr = "127.0.0.1:53"

type Session struct {
localIP net.IP
Expand Down

0 comments on commit c755cc9

Please sign in to comment.