11 lines
190 B
TOML
11 lines
190 B
TOML
#save this file as config.toml after configuring
|
|
|
|
[pihole]
|
|
Host = "pi.hole"
|
|
Password = "generate-an-app-password-in-pi-hole"
|
|
|
|
[wifi]
|
|
Auth = "WPA"
|
|
SSID = "YourSSID"
|
|
Password = "YourPassword"
|