Skip to content
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

Fix -dns flag when -https is enabled #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 28, 2021

  1. Respect -dns flag when -https is enabled

    This change makes the `-dns` flag be respected with the `-https` flag
    
    Before this change the `sudo hyperfox -ui -http 80 -dns 8.8.8.8` -> `curl http://example.com` lead to an infinite
    request loop when `-https` was also supplied (i.e. `sudo hyperfox -ui -http 80 -https 443 -dns 8.8.8.8`).
    2opremio committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    bad4b14 View commit details
    Browse the repository at this point in the history