Sing Yu Chan
Sing Yu Chan
- [x] 整理 Makefile - 调整位置 - PKG_BUILD_DIR 引用 `PKG_SOURCE_SUBDIR` 的值 - 使用 `INSTALL_CONF` 放置 config, 使用 `INSTALL_DATA` 放置 chnroute.txt - [x] 修改 `append_parm()` 里 `config_get` 默认值的使用 - [x] config...
- [x] 与 https://github.com/aa65535/openwrt-chinadns/pull/116 的改动保持一致 - [x] Makefile 添加一行 `PKG_USE_MIPS16:=0`
使用 openwrt 19.07 x86-64 sdk 打开静态编译选项,编译出来的可执行文件会发生 `Segmentation fault`. openwrt 18.06 x86-64 sdk 没有这个问题,openwrt 19.07 其他架构的 sdk 也没发生这个问题。 同样的问题在 openwrt-shadowsocks 上也存在。 UPDATE: 相关 issue: https://github.com/shadowsocks/shadowsocks-libev/issues/2461
- [x] 与 https://github.com/aa65535/openwrt-chinadns/pull/116 的改动保持一致
主要是为了 SSL 证书更新后,便于在其它容器内重载证书。 使用方法: 1. 给 acme.sh 容器自身添加一个 label, 为了让 `DEPLOY_DOCKER_CONTAINER_RELOAD_CMD` 在本容器执行 2. 映射 `/var/run/docker.sock` 给 acme.sh 容器 3. `DEPLOY_DOCKER_CONTAINER_RELOAD_CMD` 命令为 `restart-container.sh ` (容器名称可以填多个,以空格分隔) 完整 docker-compose.yml 配置示例如下: ```sh version: '3.9'...
希望能接收信号以重载配置
举个例子: 我启动 ssserver 的时候加载了插件,我的启动命令是 ```sh ssserver \ --server-addr 0.0.0.0:1 \ --password password \ --encrypt-method chacha20-ietf-poly1305 \ --timeout 3600 \ --udp-timeout 300 \ --udp-max-associations 1024 \ --nofile 1048576 \ --tcp-keep-alive 300...
启动参数 ```sh ssserver \ --server-addr 0.0.0.0:443 \ --password password \ --encrypt-method chacha20-ietf-poly1305 \ --timeout 3600 \ --udp-timeout 300 \ --udp-max-associations 1024 \ --nofile 1048576 \ --tcp-keep-alive 300 \ --tcp-fast-open \...
https://support.google.com/a/answer/10026322
Origin: https://gist.github.com/chilts/7229605 ### Data sources - http://s3.amazonaws.com/alexa-static/top-1m.csv.zip - http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip (included cdn) or https://umbrella-static.s3.amazonaws.com/top-1m.csv.zip EDIT: The umbrella-static data source seems include subdomains, not recommends.