Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/wion_turn
turn service of wion
https://github.com/ali322/wion_turn
Last synced: 10 days ago
JSON representation
turn service of wion
- Host: GitHub
- URL: https://github.com/ali322/wion_turn
- Owner: ali322
- Created: 2023-11-20T08:31:49.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-20T08:32:48.000Z (12 months ago)
- Last Synced: 2024-10-11T09:14:45.793Z (about 1 month ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
wion turn service
===network relay service for resolve communication of cross network segment
## Get Started
```bash
#1. clone this repository#2. install all dependencies
make install#3. start project
make start
```## Release binary
```bash
#1. change arch or os in Makefile if needed#2. build new binary release
make build
```## Deploy service
```bash
#1. upload binary file
scp -C bin/turn_server config.yaml turn.service [email protected]:/path/to/turn/#2. copy service file into systemd config directory
cp turn.service /etc/systemd/system/#3. reload and start daemon turn service
systemctl daemon-reload && systemctl start turn
```