dc81fbcd23
Co-authored-by: Clayton Craft <clayton@craftyguy.net>
5 lines
56 B
Bash
5 lines
56 B
Bash
#!/bin/sh -e
|
|
|
|
rc-update -q add nftables default
|
|
|
|
exit 0
|