Tweak OpenWRT - By MSSVPN
Tweak OpenWRT - By MSSVPN Here I collect some additional tweaks that I use with the OpenWRT router. 4 additional tweaks used are: PingLoop - This aims to ensure that your router is always connected to the internet, no more idle or disconnect problems. Stop Flooding Ping - This avoids the process ID pingloop too much as a result of the task schedule. Auto Reboot - Simple only, intended to automatically reboot the router every day at certain hours. Auto Clear Buffer/Cache - Aims to provide additional space/free -up RAM usage. This function is to prevent your router from HANG/JEM. To adapt these 4 tweaks, it's very simple, you just need to do it like this: Shceduled Task Langkah 1: Login OpenWRT -> Menu System -> Schedule Task Step 2: Enter the code below into the schedule task box. #PingLoop * * * * * ping 9.9.9.9 #Stop Flooding Ping * * * * * pgrep ping |awk 'NR >= 3' | xargs -n1 kill #Auto Reboot router everyweek at Sunday 4AM 0 4 * * 0 reboot #Auto clear buffer/...