enhance(backend): Add address bind config option (#11725)
* Add address bind config option * Edit changelog * forgot to add to types
This commit is contained in:
@@ -76,6 +76,7 @@ export type Source = {
|
||||
|
||||
id: string;
|
||||
|
||||
outgoingAddress?: string;
|
||||
outgoingAddressFamily?: 'ipv4' | 'ipv6' | 'dual';
|
||||
|
||||
deliverJobConcurrency?: number;
|
||||
|
Reference in New Issue
Block a user