Skip to content

Instantly share code, notes, and snippets.

@DirtyOptics
Created June 9, 2018 14:49
Show Gist options
  • Save DirtyOptics/3aea29d572da9799c3b3da312993eb90 to your computer and use it in GitHub Desktop.
Save DirtyOptics/3aea29d572da9799c3b3da312993eb90 to your computer and use it in GitHub Desktop.
wpa_supplicant.conf
country=AU
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="YOUR_WIFI_SSID"
scan_ssid=1
psk="YOUR_WIFI_PASSWORD"
key_mgmt=WPA-PSK
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment