Sign inSign up

bncfbb/ikuai-chinaroute-xuefeng

By bncfbb

Updated 8 months ago

自动更新爱快自定义运营商路由表

Image
Networking
1

1.5K

bncfbb/ikuai-chinaroute-xuefeng repository overview

运行命令

docker run -itd --name=ikuai-chinaroute --restart=always --net=host -v 配置文件目录:/config bncfbb/ikuai-chinaroute-xuefeng

配置文件 config.yaml

# 爱快登录信息
ikuai:
  scheme: 'http'
  host: '爱快ip'
  port: 80
  user: 'admin'
  pwd: '爱快密码'
# 自定义运营商名称
custom_isp: 'CN'
# 自定义运营商注释
custom_isp_comment: 'Create by ikuai-chinaroute-xuefeng'
# 大陆路由表地址
route_url: 'https://raw.githubusercontent.com/misakaio/chnroutes2/master/chnroutes.txt'
# 请求重试次数
retry_times: 10  
# 请求重试间隔时间
retry_backoff_factor: 30
# crontab计划任务表达式
cron: '0 0 */1 * *'


# 8000条
# ipv4
# https://raw.githubusercontent.com/mayaxcn/china-ip-list/master/chnroute.txt
# ipv6
# https://raw.githubusercontent.com/mayaxcn/china-ip-list/master/chnroute_v6.txt

# 3500条--备份,暂时不用
# https://raw.githubusercontent.com/misakaio/chnroutes2/master/chnroutes.txt

Tag summary

Content type

Image

Digest

sha256:2f45ea78e

Size

19.2 MB

Last updated

8 months ago

docker pull bncfbb/ikuai-chinaroute-xuefeng