]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/debug.model.ts
Add debug component to help admins to fix IP issues
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
CommitLineData
5d79474c
C
1export interface Debug {
2 ip: string
3}