mirror of
https://github.com/bedaka/kew-pihole.git
synced 2025-10-13 20:23:32 +00:00
Setup Guide hinzugefügt
This commit is contained in:
parent
44da46ef27
commit
e4bc911e49
2 changed files with 77 additions and 1 deletions
13
utils/wpa_supplicant.conf
Normal file
13
utils/wpa_supplicant.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
country=DE
|
||||
|
||||
network={
|
||||
scan_ssid=1
|
||||
ssid="<WIFI-name>"
|
||||
psk="<mypassword>"
|
||||
proto=RSN
|
||||
key_mgmt=WPA-PSK
|
||||
pairwise=CCMP
|
||||
auth_alg=OPEN
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue