Beta Release
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
systemctl stop my_web_server.service
|
||||
systemctl stop hostapd.service
|
||||
systemctl stop fakedns.service
|
||||
systemctl stop dnsmasq.service
|
||||
ifdown wlan0
|
||||
iw wlan0 set power_save on
|
||||
|
||||
Reference in New Issue
Block a user