PoC with Re6st

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-06-14 16:14:14 +02:00
parent af9649d1ce
commit cb8e699bb0
3 changed files with 71 additions and 35 deletions

View File

@ -3,15 +3,14 @@
flush ruleset
table inet filter {
chain input {
type filter hook input priority 0;
}
chain forward {
type filter hook forward priority 0; policy accept
tcp dport { 80 } reject;
accept
}
chain output {
type filter hook output priority 0;
}
chain input {
type filter hook input priority 0;
}
chain forward {
type filter hook forward priority 0; policy accept
accept
}
chain output {
type filter hook output priority 0;
}
}