Allow connections to wings
This commit is contained in:
parent
8df43c3391
commit
f9232d32b2
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
## This file is managed by Ansible
|
||||
#!/usr/sbin/nft
|
||||
|
||||
table inet filter {
|
||||
chain input {
|
||||
iifname eth0 tcp dport 8080 accept \
|
||||
comment "Accept local connection to wings"
|
||||
}
|
||||
}
|
||||
|
||||
table ip nat {
|
||||
chain DOCKER {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue