Custom Anbox installation files & patches, including patched Android OS image file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
178 B

  1. # These rules apply to a local DNS server, running on the same computer than Anbox
  2. -A INPUT -i anbox0 -p tcp --dport 53 -j ACCEPT
  3. -A INPUT -i anbox0 -p udp --dport 53 -j ACCEPT