Skip to content

Commit

Permalink
doc: Update example's cli options
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Feb 17, 2024
1 parent 2956715 commit 56e4b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ docker run -d -v /tmp:/tmp --name qedis-test redis:7-alpine \
**Terminal 2:**
```sh
cd src/qedis-proxy
./proxy -u unix -r /tmp/redis.sock
./proxy -u unix -r /tmp/redis.sock # proxy the local UDP 6379 port to the Redis
```

**Terminal 3:**
```sh
python examples/proof-of-concept.py
python examples/proof-of-concept.py -k # use insecure option to allow self-signed cert
```

0 comments on commit 56e4b96

Please sign in to comment.