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? 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
In scripts/start-unsecure-internet.sh there is this statement to allow DNS.
scripts/start-unsecure-internet.sh
fimage/scripts/start-unsecure-internet.sh
Line 107 in 953cb72
On my Ubuntu 22.04 LTS machine that gives the error
ERROR: Could not find a profile matching 'dns'
and Fuschsia simply does not start.
On my machine I replaced this with this and now Fuschsia does start
sudo ufw allow proto udp from 0.0.0.0 to 255.255.255.255 port 53 comment 'Fuchsia qemu DNS'
I'm unsure if this is a problem with my machine or something else.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
scripts/start-unsecure-internet.sh
there is this statement to allow DNS.fimage/scripts/start-unsecure-internet.sh
Line 107 in 953cb72
On my Ubuntu 22.04 LTS machine that gives the error
and Fuschsia simply does not start.
On my machine I replaced this with this and now Fuschsia does start
I'm unsure if this is a problem with my machine or something else.
The text was updated successfully, but these errors were encountered: