export interface CasterConfig { udn: string; proxy: boolean; multicastLoop: boolean; mode: 'both' | 'msresponse' | 'notify'; target: { url: string; headers: { [key: string]: string; }; }; }