Skip to content

Instantly share code, notes, and snippets.

@sm9cc
Last active August 12, 2023 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sm9cc/fc57474fdb6d37e5795a099b7fe5ba5e to your computer and use it in GitHub Desktop.
Save sm9cc/fc57474fdb6d37e5795a099b7fe5ba5e to your computer and use it in GitHub Desktop.
Waydroid Networking (Arch / CachyOS)
#!/usr/bin/env bash
sudo systemctl enable firewalld --now
sudo firewall-cmd --zone=trusted --add-port=67/udp
sudo firewall-cmd --zone=trusted --add-port=53/udp
sudo firewall-cmd --zone=trusted --add-interface=waydroid0
sudo firewall-cmd --runtime-to-permanent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment