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