Skip to content

Instantly share code, notes, and snippets.

View tedonmain's full-sized avatar

tedro tedonmain

View GitHub Profile
@bradbrowne
bradbrowne / add-mssql-server-port-1433-to-macos-firewall.md
Created June 29, 2022 07:38
Add Microsoft SQL Server port 1433 to macOS Firewall rules

Open the /etc/pf.conf file in your favourite text editor in the Terminal:

sudo vim /etc/pf.conf

Add the following to the bottom of the /etc/pf.conf file:

pass in proto tcp from any to any port 1433