Results 11 comments of fgggid

I'm not sure if this is a universal fix for all windows, but it is tested in my windows 7 x64 sp1.

For the reset problem, I see it is under windows, if you're using the official release 0.9.7 0.9.8 of windows, it is a bug #468 For the ubuntu 16.04 LTS,...

@showgood163 yes, when building COW, it needs to clone other dependency projects. And I'm just a C programmer, so I know little about golang build system; I nearly forget how...

I confirm this at least can reproduce #46, Ubuntu 16.04

1. make real HTTP service on a localhost port, such as 127.0.0.1:6666, you don't need apache to serve https, leave your original port 80 redirect unchanged; 2. xray inbound use...

> > 1. make real HTTP service on a localhost port, such as 127.0.0.1:6666, you don't need apache to serve https, leave your original port 80 redirect unchanged; > >...

Just give some advices from my nginx config: 1. for 301 redirect, add HSTS, so browser can directly use https. 2. use $host, you don't need to hard-coded. Of course,...

Redirection only need on 80 port, which is served by nginx, I don't think it will be affected by xray. Maybe you also want to redirect https://www.example.com to https://example.com ?...