Skip to content

Commit

Permalink
updated example to a working one
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Mar 23, 2022
1 parent 7a3e671 commit 520083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Docker/Podman

```
PUB_IP=`curl ifconfig.me`
docker run -it --rm -p 80:80 -p 443:443 -p 53:53/udp -v "$(pwd):/tmp/" ghcr.io/mosajjal/sniproxy:master -domainListPath /tmp/domains.csv -publicIP $PUB_IP
docker run -it --rm -p 80:80 -p 443:443 -p 53:53/udp -v "$(pwd):/tmp/" ghcr.io/mosajjal/sniproxy:master -domainListPath https://raw.githubusercontent.com/freedomofdevelopers/fod/master/domains -publicIP $PUB_IP
```

Issue
Expand Down

0 comments on commit 520083c

Please sign in to comment.