This website works better with JavaScript.
Home
Explore
Help
Sign In
rezometz
/
firewall
Watch
9
Star
0
Fork
0
Code
Issues
Pull Requests
1
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.
15
Commits
3
Branches
0
Tags
107 KiB
Python
100%
Tree:
043173c742
clean
lazouz/latoilescoute-snmp
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '043173c742'
${ noResults }
firewall
/
zones
/
supelec.nft
12 lines
101 B
Raw
Blame
History
#! /sbin/nft -f
table inet firewall {
chain to_supelec {
accept
}
chain from_supelec {
}
}
Reference in new issue