Richard Yu

Results 146 comments of Richard Yu

I think it's because lxss requires a console to output. In RS2 it handles console input and output, so there's no way to output to non-console handles.

What do you mean? 🤔

@ionescu007 So you mean RS2 supports non-console handles? What about RS1?

@joshouamel Tested on 10.0.14393, still doesn't work... My code: https://gist.github.com/ysc3839/078f3137ce5b5e8b3104ba5cbaa88d7b

Sorry, I have not use this project after switched to OpenWrt (which has a shell script based ddns system). I will have a look when I have time.

I'm trying to add a new DDNS provider. But I'm behind a firewall and required a proxy to access the Internet. Now I'm trying redsocks. If you don't have time...

I think we should rename "ip.c" to "tcp.c" because tcp.c is a wrapper for ip.c which does not contain "real" code.

I'm planing to rename `ip.c` to `tcp.c` and add SOCKS proxy, because SOCKS proxy is simpler than HTTP proxy.

I created a new branch [proxy](https://github.com/ysc3839/inadyn/tree/proxy).

I just finished proxy type and proxy parser. https://github.com/ysc3839/inadyn/commit/9f6fe285bd0647f73a1c764f87d1a81d5c7b5ff3