Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yoramvandevelde/36de59f902c6cf30e2920514350ead7e to your computer and use it in GitHub Desktop.
Save yoramvandevelde/36de59f902c6cf30e2920514350ead7e to your computer and use it in GitHub Desktop.
xdebug windows firewall
# Run as administrator
netsh advfirewall firewall add rule name="allow xdebug" dir=in action=allow protocol=TCP localport=9003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment