1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Add debug component to help admins to fix IP issues

This commit is contained in:
Chocobozzz 2019-04-11 10:56:29 +02:00
parent 2b3f1919fd
commit 5d79474cc6
No known key found for this signature in database
GPG key ID: 583A612D890159BE
19 changed files with 242 additions and 10 deletions

View file

@ -0,0 +1,3 @@
export interface Debug {
ip: string
}