Justin

Results 7 issues of Justin

if the comment row has Chinese characters, the third row does not align correctly. ![2022-04-05 23 24 39](https://user-images.githubusercontent.com/3365320/161789091-c5042938-be50-47f0-a016-b10437bbebe3.jpg)

bug

Looking at the script, there is a [head generated as tmp file](https://github.com/pexcn/daily/blob/53c9af29fbcac69b46388f01b9c3a948035167b2/scripts/chinalist/chinalist.sh#L49) however i think that is the most useful domains. can you provide it as **chnlisttop.txt** ? that way,...

enhancement

thanks for the great project, i installed archlinux arm with no problem, however 1. can't change boot order **after installation**, it always boot into HD instead of ISO with `tart...

not possible atm

strace coredns shows that: - for tcp both SO_REUSEADDR and SO_REUSEPORT are enabled - for udp only SO_REUSEPORT is enabled. is this by design? this would block [`linux tproxy`](https://www.kernel.org/doc/Documentation/networking/tproxy.txt) from...

question

**What would you like to be added**: ``` .:5353 { forward . tls://ip_one@tls_servername_one tls://ip_two@tls_servername_two ... } ``` **Why is this needed**: As mentioned in https://github.com/coredns/coredns/blob/604a902e2c7e0317aecaa3666124079c75a31573/plugin/forward/README.md?plain=1#L80 If `tls_servername` is a must...

enhancement

**What happened**: - corefile ``` .:9999 { forward . 1.1.1.1 } ``` - issue some domain, e.g. `dig 3f1054a920178a3fccf983b5891c8a6c.jddebug.com @1.1.1.1` (direct dig) takes more than 2000ms `Query Time`, and returns...

enhancement

**What happened**: - `plugin.cfg` and build: ```sh # plugin.cfg bufsize:bufsize bind:bind errors:errors log:log cache:cache template:template hosts:hosts forward:forward # build go generate && go build ``` - `./coredns -plugins` ``` Server...

bug