差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| めも:openwrt [2022/01/02 19:50] – rausraus | めも:openwrt [2022/10/02 09:24] (現在) – rausraus | ||
|---|---|---|---|
| 行 28: | 行 28: | ||
| 0 13 * * 1 opkg update && opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade 自動アップデート日曜 | 0 13 * * 1 opkg update && opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade 自動アップデート日曜 | ||
| 0 */1 * * * ping -c 1 8.8.8.8 > /dev/null 2>&1 || (echo "no response" | 0 */1 * * * ping -c 1 8.8.8.8 > /dev/null 2>&1 || (echo "no response" | ||
| + | |||
| + | autosshでトンネルほる(ssh接続保持) | ||
| + | START=80 | ||
| + | |||
| + | boot() { | ||
| + | return | ||
| + | } | ||
| + | |||
| + | start() { | ||
| + | / | ||
| + | } | ||
| + | |||
| + | stop() { | ||
| + | service_stop / | ||
| + | } | ||