add rule to firewalld allowing Waydroid access to the internet
This commit is contained in:
parent
926a8421dc
commit
cd2f2a426d
1 changed files with 5 additions and 0 deletions
5
etc/firewalld/direct.xml
Normal file
5
etc/firewalld/direct.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<direct>
|
||||
<rule ipv="ipv4" table="filter" chain="FORWARD" priority="0">-o waydroid0 -j ACCEPT</rule>
|
||||
<rule ipv="ipv4" table="filter" chain="FORWARD" priority="0">-i waydroid0 -j ACCEPT</rule>
|
||||
</direct>
|
||||
Loading…
Add table
Add a link
Reference in a new issue