-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help config. #73
Comments
it is wrong, because you are calling vddos listen at 0.0.0.0:80 i.e. it will also listen at 127.0.0.1:80, so it has duplicate port, replace 0.0.0.0 with 1 specific WAN IP
|
hi, |
change port your nginx to other port and use vddos proxy to them https://www.youtube.com/playlist?list=PL16uFXhfbHsQqen5Zm6MxTOLpjnyTdpG9 |
hi,
is this correct?
default http://0.0.0.0:80 http://127.0.0.1:80 no 200 no No
kiwi.puntochat.net http://0.0.0.0:80 http://127.0.0.1:80 no 200 no No
default http://0.0.0.0:443 http://127.0.0.1:443 yes 307 /vddos/conf.d/ssl/kiwi.puntochat.net.pri /vddos/conf.d/ssl/kiwi.puntochat.net.crt
kiwi.puntochat.net https://0.0.0.0:443 http://127.0.0.1:443 yes captcha /vddos/conf.d/ssl/kiwi.puntochat.net.pri /vddos/conf.d/ssl/kiwi.puntochat.net.crt
i dont feel like is working. And on logs is empty.
The text was updated successfully, but these errors were encountered: