Added automatic config script

This commit is contained in:
2021-04-10 02:24:55 +03:00
parent 2bd808ece7
commit f5911072c4
3 changed files with 24 additions and 0 deletions

10
honey.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
ip link set wlan0 up
ip address add 192.168.2.1/24 broadcast + dev wlan0
dnsmasq -C /home/alarm/dnsmasq.conf -d -R &
hostapd /home/alarm/hostapd.conf &
#source /home/alarm/vkflask/venv/bin/activate
#python /home/alarm/vkflask/app.py