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: redirect dns calls by configuring nsswitch config file in linux #1678

Merged
merged 3 commits into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. fix: redirect dns calls by configuring nsswitch config file in linux

    linux distros like fedora uses systemd-resolve for dns resolution which makes unix socket with the application due to which keploy is not able to redirect them to proxy in test mode. This results in test failure. This is handled by editing the nsswitch.conf of /etc in linux to not use resolve in test mode
    
    Signed-off-by: re-Tick <jain.ritik.1001@gmail.com>
    re-Tick committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fafc81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    939b1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3af332 View commit details
    Browse the repository at this point in the history