This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh_client_ip=`echo $SSH_CLIENT | awk '{ print $1}'`; | |
| ipfw -q add 00431 allow tcp from $ssh_client_ip to me 3306 in via em0 keep-state |
NewerOlder