Im trying to come up with a method to wake my PC when someone tried to access the plex server from it. I found this script here https://forums.plex.tv/discussion/comment/884603#Comment_884603 originally for ddwrt and tried to modified it for merlin firmware but it doesn't seem to work.
Any help appreciated
Wake PC on plex request
Any help appreciated
Code:
#!/bin/sh #Enable JFFS2 and place script in /jffs/ then run on startup in web interface. INTERVAL=5 NUMP=3 OLD="" PORT=32400 WOLPORT=9 TARGET=192.168.29.X...