Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amircybersec committed Oct 13, 2023
1 parent 777a241 commit 9596144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/examples/outline-connectivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ KEY=ss://ENCRYPTION_KEY@HOST:PORT/
# Example report collector setup: https://github.com/amircybersec/report-collector
COLLECTOR_URL=https://server-address.com/
for PREFIX in POST%20 HTTP%2F1.1%20 %05%C3%9C_%C3%A0%01%20 %16%03%01%40%00%01 %13%03%03%3F %16%03%03%40%00%02; do
go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-connectivity@latest -transport="$KEY?prefix=$PREFIX" -proto tcp -resolver 8.8.8.8 -collector $COLLECTOR_URL && echo Prefix "$PREFIX" works!
go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-connectivity@latest -transport="$KEY?prefix=$PREFIX" -proto tcp -resolver 8.8.8.8 -report-to $COLLECTOR_URL && echo Prefix "$PREFIX" works!
done
```

0 comments on commit 9596144

Please sign in to comment.