# troton-shell **Repository Path**: evlon/troton-shell ## Basic Information - **Project Name**: troton-shell - **Description**: No description available - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-06 - **Last Updated**: 2024-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # troton-shell 惠尔顿认证,路由器中自动登录 #### 安装说明 ``` $cat .triton.conf export triton_ping_addr=https://www.baidu.com export triton_userName=《用户名》 export triton_password=《密码》 export triton_host=10.55.xxx.xxx ``` #### 使用说明 定时任务 ``` crontab -l # see https://man7.org/linux/man-pages/man5/crontab.5.html */1 * * * * /data/triton.d/triton.sh 28 8 * * * /data/triton.d/triton.sh -f ```