Skip to content

Commit

Permalink
Better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HoLyVieR committed Jul 10, 2017
1 parent d08c299 commit 950bef8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -32,14 +32,18 @@ The client script requires ["dnspython"](https://github.com/rthalley/dnspython)

#### Example sending data

> Outside machine : echo test12345 | python main.py -f- -d out -t-
Outside machine
> echo test12345 | python main.py -f- -d out -t-
> Inside machine : python main.py -f- -d in -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU
Inside machine
> python main.py -f- -d in -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU
#### Example receiving data

> Outside machine : python main.py -f- -d in -t-
Outside machine
> python main.py -f- -d in -t-
> Inside machine : echo test12345 | python main.py -f- -d out -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU
Inside machine
> echo test12345 | python main.py -f- -d out -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU

0 comments on commit 950bef8

Please sign in to comment.