cod1ingcoding
cod1ingcoding
这个ip库已经不太行了,分流的时候微信、王者荣耀等都是走的国外。推荐geolite2 https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/geolite2_country/country_cn.netset
`--header "Message-ID: "` will cause the SMTP protocol to send data with two Message-Id mime header. ``` Message-ID: Message-Id: ``` However, according to RFC 5322, MIME headers in emails are...
### version maddy0.7.1 + alps commit [827a3b87](https://git.sr.ht/~migadu/alps/commit/827a3b874716257990d7f504d4d20941e9d070b7) ### log #### maddy ``` 2024-07-07T08:51:32+00:00 - Configured upstream IMAP server: imaps://:993 2024-07-07T08:51:32+00:00 - Configured upstream SMTP server: smtps://:465 2024-07-07T08:51:32+00:00 - Loaded plugin...
我看[文档](https://gost.run/tutorials/protocols/socks/)里写的是 > `relay` (bool, default=false) 但是上面的例子又是写的`relay=udp` ```bash gost -L udp://:1053/:53 -F "socks5://:1080?relay=udp&udpBufferSize=4096" ``` 所以这个参数究竟是怎么定义的?