Sergey Ponomarev

Results 232 comments of Sergey Ponomarev

@rodajc if you have a time you can try to make the PR yourself. I never did it but steps should be: 1. git clone https://github.com/openwrt/packages.git 2. Update version in...

@rodajc I created the PR with version update. You don't see sources of the EmailRelay because they are downloaded by OpenWrt's makefile during a build. This is a complicated procedure....

If you just want to use tls you can do that even with the old version. You just need to merge privkey and fullchain and specify tls option with ext_command...

Maybe there is no a package for your version of the OpenWrt. If you have a last version... my PR wasn't merged yet so you wont see it soon :(

Given amount of efforts and additional complexity I'd rather closed the issue. But this can be used internally for headers + body. The headers are already stored in a slice....

@timwsuqld as far I remember the uptime is just taken from `docker ps` output. E.g. it's not refreshed by the ctop. This makes it simple but yes, may be misleading...

I just had a problem that mime type wasn't detected by a file extension but was sniffed instead. This is a well known problem for the golang http package and...

Just noticed your PR after making mine https://github.com/mkj/dropbear/pull/266 maybe you can review it

The pyrite is written in Python 2 but all Linux distros migrated to Python 3 which is incompatible. So the program needs for migration. This shouldn't be a complicated task...

I fixed the problem. If you can test please checkout my sources and try it: git clone [email protected]:stokito/pyrite.git cd pyrite ./pyrite.py