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:
parent
2b3f1919fd
commit
5d79474cc6
19 changed files with 242 additions and 10 deletions
3
shared/models/server/debug.model.ts
Normal file
3
shared/models/server/debug.model.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export interface Debug {
|
||||
ip: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue