https://github.com/aztecrabbit/interfaces-refresher
OpenWrt Modem Manager Interfaces Refresher
https://github.com/aztecrabbit/interfaces-refresher
Last synced: 6 months ago
JSON representation
OpenWrt Modem Manager Interfaces Refresher
- Host: GitHub
- URL: https://github.com/aztecrabbit/interfaces-refresher
- Owner: aztecrabbit
- License: mit
- Created: 2023-11-24T17:01:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:01:56.000Z (over 1 year ago)
- Last Synced: 2024-10-29T14:33:30.802Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interfaces Refresher
Requirements
------------
```
# opkg update && opkg install at jq screen
```
Installation
------------
1. Clone this repo to `/root/interfaces-refresher`
```
# git clone https://github.com/aztecrabbit/interfaces-refresher /root/interfaces-refresher
```
2. Save this code to `Scheduled Tasks` a.k.a `crontab`
`Menu > System > Scheduled Tasks`
```
*/1 * * * * /root/interfaces-refresher/interfaces-watcher
```
That code will execute `/root/interfaces-refresher/interfaces-watcher` every minute. `Recommended`.
3. Change openclash dashboard secret to `darktunnel`
`Menu > Services > OpenClash > Plugin Settings > Dashboard Settings > Dashboard Secret` then `Apply Settings`
This step is important, all download connection, stream connection, etc. can be resumed automaticly, no need to manually refresh stream or download link again.
Notes
-----
- Tested on `Dell Inc. DW5821e Snapdragon X20 LTE`, downtime `< 2 seconds`.
- You can manually refresh interface if the internet not responding correctly, just execute this command,
```
# /root/interfaces-refresher/interfaces-refresher
```