Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Bartler committed Apr 24, 2023
1 parent 27d18d7 commit 671c2c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/postgres.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""
Demo Szenario - Connecting a postgres client via SocketSwap - redirect traffic locally
Setup: docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=password -e POSTGRES_USER=postgres postgres:latest
Setup:
docker run -d -p 5432:5432 -e POSTGRES_PASSWORD=password -e POSTGRES_USER=postgres postgres:latest
"""
import socket
import psycopg2
Expand Down

0 comments on commit 671c2c1

Please sign in to comment.