firewall/modules/module-dhcp.sh
Your Name dba7ae75cf fix
2024-09-30 23:09:38 -06:00

4 lines
159 B
Bash

#!/bin/bash
NFT='/usr/bin/nft'
$NFT insert rule ip filter input position 0 udp sport bootpc udp dport bootps ip saddr 0.0.0.0 ip daddr 255.255.255.255 accept