K̶e̶v̶i̶n̶
K̶e̶v̶i̶n̶
You need to single quote your password, otherwise `$$` will be expanded as current process id ```bash $ echo Pa$$_17 Pa11498_17 $ echo 'Pa$$_17' Pa$$_17 ```
该组件尚未成熟, 过段时间再集成. 另外, 可以使用link的方式来使用.
重新写一个Dockerfile.obfs, 把`easypi/shadowsocks-libev`作为base image更好。 ``` FROM easypi/shadowsocks-libev ``` 并且build出一个新的image: `easypi/shadowsocks-libev:obfs`
You need to run iptables right before pptpd (in `CMD`). `RUN iptables-restore < /tmp/iptables` does not work.
Radius is a complex software. I spent some time on it several months ago. I still cannot get it right. I'll study it when I have time.
Maybe out of memory.
Good idea. I need to improve the automated build.
Sorry. There are some bugs in [ffserver](https://github.com/vimagick/dockerfiles/tree/master/ffserver) image. 🐞 I'm still trying to understand its config file. Please send me a pull-request if you figure it out.
Video is working without audio now. 😄 I cannot get video+audio working together. 😞
You can also try `red5`, it's easy to setup.