From 210acbc3e92993865bbd4f9c02d09248e5718204 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 5 May 2021 12:47:50 -0500 Subject: Rewrote ns script --- etc/ns.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/ns.conf (limited to 'etc') 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" -- cgit v1.2.3