Skip to content

Instantly share code, notes, and snippets.

@zycon
Created September 23, 2020 07:17
Show Gist options
  • Save zycon/ccdb39969d9df8622ce5bf4c67542aab to your computer and use it in GitHub Desktop.
Save zycon/ccdb39969d9df8622ce5bf4c67542aab to your computer and use it in GitHub Desktop.
windows-port opening
$listener = [System.Net.Sockets.TcpListener]6655
$listener.Start();
$listener.Stop();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment