Introduction
shadowsocks-libev
配合privoxy
实现的http代理,仅暴露出要使用的http端口给宿主机及内网中的其他设备使用,如:container1使用专线代理,container2使用免费代理
配合nginx
可以实现负载均衡(推荐使用nginx-alpine
镜像,官方已集成四层转发需要的stream相关模块)
shadowsocks-libev
配合privoxy
实现的http代理,仅暴露出要使用的http端口给宿主机及内网中的其他设备使用,如:container1使用专线代理,container2使用免费代理
配合nginx
可以实现负载均衡(推荐使用nginx-alpine
镜像,官方已集成四层转发需要的stream相关模块)
一个简单、方便的Cloudflare DNS管理脚本
基于 Cloudflare API 实现对DNS记录的增删改查,配合crontab也可以当DDNS用
对DNS记录的修改保存至文件,默认日志文件路径:/var/log/cloudflare_dns.log
利用docker挂载不同账号的认证文件到容器中,可实现多账号管理,先在dockerhub试用了star最多的镜像,但其1GB的占用太大了,还是自己动手整一个吧。
qwinwin/oci-cli
默认TAG基于 python:3-slim-buster
,镜像总大小294MB
${}
(parameter substitution) is a useful way to manipulate strings in shell
it can print out the length of a string, just like len()
function in python
1 | string="hello" |
More:
#
: Delete the left part %
: Delete the right part