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
Did you try the pulseaudio tcp module? It works but I'm not sure if there's any security issues with using it.
pactl load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1
give virtualbox an environmental variable PULSE_SERVER=tcp:127.0.0.1
then something like iptables -I OUTPUT -o lo -p tcp -m owner --uid-owner clearnet --dport 4713 -j ACCEPT
Would that be safe to use?
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you try the pulseaudio tcp module? It works but I'm not sure if there's any security issues with using it.
pactl load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1
give virtualbox an environmental variable PULSE_SERVER=tcp:127.0.0.1
then something like
iptables -I OUTPUT -o lo -p tcp -m owner --uid-owner clearnet --dport 4713 -j ACCEPT
Would that be safe to use?
Thank you.
The text was updated successfully, but these errors were encountered: