Xirui Zhao

Results 10 comments of Xirui Zhao

With caddy config ``` json { "apps": { "http": { "servers": { "srv0": { "strict_sni_host": true, "experimental_http3": true, "automatic_https": { "disable_redirects": true }, "listen": [ ":443" ], "logs": {}, "errors":...

为啥不做官方的Debian/Ubuntu package(或者PPA)?trojan Ubuntu 19就有了。比脚本方便多了。可以参考trojan的package。

`journalctl -ru trojan-go`查看systemd日志。

1. I'm just wondering why you added `mysqld.service` in the first place. 2. By using groups, you mean 1. `addgroup --system ssl-access` 2. `chmod g+r ` and `chgrp ssl-access `...

I will try to write a script. Perhaps you can review it later.

I tried the setup and just realized trojan requires access to port 443, so it has to be ~root~ a system user (`nobody` wouldn't work).

I think you can consider changing `User=trojan` in `trojan.service` and add a `trojan.postinstall` in `debian.tar.xz` similar to the following snippet ```#!/bin/sh set -e test $DEBIAN_SCRIPT_DEBUG && set -v -x case...

See https://packages.debian.org/bullseye/all/certbot/filelist (debian 11.4), https://packages.debian.org/stretch/all/certbot/filelist (debian 9.3)

Distribution package users with systemd timers should turn off certbot_auto_renew.

> +1'ing this as I wish to contribute to the torrents I download instead of just leeching because my home internet isn't the greatest and live off of a MacBook....