Update server_fixes.md

This commit is contained in:
元皓 2025-06-09 08:10:06 +08:00 committed by GitHub
parent 8c69fd2c35
commit 944caa03e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ And also I wrote a super stupid cron fix, which is below.
## My stupid cron fix: ## My stupid cron fix:
Cron Job: Cron Job:
``` ```
0 1 * * * "cd / && bun run hardpushrevolvconf.ts" > /dev/null 0 1 * * * "bun run /hardpushrevolvconf.ts" > /dev/null
``` ```
Here is the script I used to force the change of my resolv.conf file: Here is the script I used to force the change of my resolv.conf file: