Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
readme: mention PIE version
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Aug 20, 2018
1 parent 54fdfd6 commit a84c716
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ See [releases](https://github.com/gortc/gortcd/releases/latest) for latest
binaries and packages or [snapshot](https://tc.gortc.io/viewType.html?buildTypeId=gortcd_snapshot&guest=1)
artifacts for bleeding-edge ones.

## PIE version
Note that `gortcd-*-linux-arm64.tar.gz` archive also contains the
`gortcd-pie` binary which is [position-independent](https://en.wikipedia.org/wiki/Position-independent_code)
executable version. The `gortcd-pie` is installed with `gortcd-*-linux-arm64.deb`
too, but not used by default.

## Configuration
Please see `gortc.yml` for configuration tips. Server listens on all
available interfaces by default, STUN is public, TURN is private and
Expand Down

0 comments on commit a84c716

Please sign in to comment.