6 lines
56 B
Text
6 lines
56 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
rc-update -q add nftables default
|
||
|
|
||
|
exit 0
|