This website works better with JavaScript.
Home
Explore
Help
Sign In
rezo
/
firewall
Watch
30
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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.
37
Commits
1
Branch
0
Tags
130 KiB
PLpgSQL
100%
Tree:
d043991d13
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd043991d13'
${ noResults }
firewall
/
config
/
networks
/
dmz_wireguard.nft
11 lines
105 B
Raw
Blame
History
table inet firewall {
chain to_dmz_wireguard {
accept
}
chain from_dmz_wireguard {
accept
}
}
Reference in new issue