mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-10 09:39:38 +01:00
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
@ -27,7 +27,7 @@ func getDefaultConfig() *Config {
|
||||
PIHoleHostname: "127.0.0.1",
|
||||
PIHolePassword: "",
|
||||
|
||||
Port: "9311",
|
||||
Port: "9617",
|
||||
Interval: 10 * time.Second,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user