fix(default-port): update default port to 9617
Signed-off-by: Adam Moss <2951486+adam-moss@users.noreply.github.com>
This commit is contained in:
parent
f894788c17
commit
0dea13ed46
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func getDefaultConfig() *Config {
|
|||
PIHoleHostname: "127.0.0.1",
|
||||
PIHolePassword: "",
|
||||
|
||||
Port: "9311",
|
||||
Port: "9617",
|
||||
Interval: 10 * time.Second,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue