We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Inside docker is unable to resolve vps or lab hosts as they use their own DNS and do not know about the /etc/hosts injections by nixos tests.
vps
lab
/etc/hosts
Try to make docker use the host DNS so that it can resolve these locations.
This is needed to be able to test rathole connections.
The text was updated successfully, but these errors were encountered:
vm-test-run-vps-test> 127.0.0.1 localhost vm-test-run-vps-test> ::1 localhost vm-test-run-vps-test> 127.0.0.2 lab vm-test-run-vps-test> ::1 lab vm-test-run-vps-test> vps actual.ahayzen.com bitwarden.ahayzen.com ahayzen.com yumekasaito.com vm-test-run-vps-test> 192.168.1.1 backup vm-test-run-vps-test> 192.168.1.2 lab vm-test-run-vps-test> 192.168.1.3 vps
Sorry, something went wrong.
Also check if anything in https://wiki.nixos.org/wiki/NixOS_VM_tests can improve our tests
No branches or pull requests
Inside docker is unable to resolve
vps
orlab
hosts as they use their own DNS and do not know about the/etc/hosts
injections by nixos tests.Try to make docker use the host DNS so that it can resolve these locations.
This is needed to be able to test rathole connections.
The text was updated successfully, but these errors were encountered: