mikrotik RB5009 mosdns容器自动更新规则并重启
1 | /tool fetch url=https://ghp.ci/https://raw.githubusercontent... |
1 | /tool fetch url=https://ghp.ci/https://raw.githubusercontent... |
01 | #!/usr/bin/env python |
02 | # -*- coding: UTF-8 -*- |
03 | ''' |
04 | @IDE :PyCharm |
05 | @Author :rocdk890 |
06 | @Date :2024/5/31 16:19 |
07 | ''' |
08 |
09 | import base64 |
10 | import json |
11 | import datetime |
12 | import hashlib |
13 | import hmac |
14 | import time |
15 | im... |
1 | #!/usr/bin/env python |
2 | # -*- coding: UTF-8 -*- |
3 | ''' |
4 | @IDE :PyCharm |
5 | @Author :rocdk890 |
6 | @Date : 2023 / 05 / 31 14 : 32 |
7 | @Update : 2024 / 02 / ... |
01 | #!/usr/bin/env python |
02 | # -*- coding: UTF-8 -*- |
03 |
04 | import math |
05 |
06 | def a(n): |
07 | result = 1 |
08 | for i in range ( 1 , int (n) + 1 ): |
09 | result * = i |
10 | return result |
11 |
12 | def calculate_probability(x, y, ... |
1 | #!/bin/bash |
2 | ################ Version Info ################## |
3 | # DAte: 2023/2/27 |
4 | # Author: rocdk890 |
5 | # Version: 2.0 |
6 | ... |
1 | #!/bin/bash |
2 |
3 | QMPATH= "/usr/sbin/qm" |
4 | MAX_FAILURES=3 # 连续失败的最大次数 |
5 | RESET_AFTER_SUCCESS=2 # 连续成功后重置失败计数的阈值 |
6 |
7 | FAILURE_FILE="/pa... |
1 | yum -y install epel-release |
1 | yum -y install openssl11 openssl11-devel |
1 | mv /usr/bin/openssl... |
1 | RUN yum install dejavu-sans-fonts fontconfig -y |
1 | yum install dejavu-... |
1 | pecl install xdebug-3.1.5 |
1 | FROM roc... |
01 | #!/usr/bin/env python |
02 | # -*- coding: UTF-8 -*- |
03 | '' ' |
04 | @IDE :PyCharm |
05 | @Author :rocdk890 |
06 | @Date :2021/07/29 16:25 |
07 | '' ' |
08 |
09 | import random |
10 |
11 | ... |