Merge pull request #10 from adam-moss/fix/default-port
fix(default-port): update default port to 9617
This commit is contained in:
commit
77ddd504c9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func getDefaultConfig() *Config {
|
||||||
PIHoleHostname: "127.0.0.1",
|
PIHoleHostname: "127.0.0.1",
|
||||||
PIHolePassword: "",
|
PIHolePassword: "",
|
||||||
|
|
||||||
Port: "9311",
|
Port: "9617",
|
||||||
Interval: 10 * time.Second,
|
Interval: 10 * time.Second,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue