6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
table inet filter {
|
|
chain gbmc_br_pub_input {
|
|
tcp dport 23 accept
|
|
}
|
|
}
|