diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-05 12:47:50 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-05 12:47:50 -0500 |
| commit | 210acbc3e92993865bbd4f9c02d09248e5718204 (patch) | |
| tree | 4000c13e983219aee7de41c4726b1c659eabb649 /etc | |
| parent | 77ffe60043cb7edd754413da6b1a797b4d2369d6 (diff) | |
Rewrote ns script
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ns.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/ns.conf b/etc/ns.conf new file mode 100644 index 0000000..47eb03c --- /dev/null +++ b/etc/ns.conf @@ -0,0 +1,15 @@ +# ns.conf +# +# Don't remove from /etc or bad things will happen +# +# The interface var is the WiFi device name, wlan0 or wlp3s0 ex. +# +# INTERFACE="wlan0" +# +# +# The config var is your wpa_supplicant config file, usually located in /etc +# +# CONFIG="/etc/wpa_supplicant.conf" + +INTERFACE="wlan0" +CONFIG="wlp3s0" |