Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Nov 11, 2024
1 parent 117ff97 commit f5f3f75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eag-relay/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ options:
enable-real-ip-header: false
show-local-worlds: true
server-comment: Shared World Relay

relays:
- type: TURN
url: turn:turn.speed.cloudflare.com:50000
username: user1234
credential: password

autoRestart: true
debugMode: true

Expand All @@ -66,11 +68,13 @@ schema:
enable-real-ip-header: bool
show-local-worlds: bool
server-comment: str

relays:
- type: match(STUN|TURN)
url: str
username: str?
credential: str?

autoRestart: bool
debugMode: bool

Expand Down

0 comments on commit f5f3f75

Please sign in to comment.