3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/bash
|
||
|
ufw $1 allow to any port 547 proto udp from any comment "DHCPv6"
|