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:
parent
c9aeccb2ab
commit
3eacbe6b6d
4 changed files with 9 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ export type Source = {
|
|||
|
||||
id: string;
|
||||
|
||||
outgoingAddress?: string;
|
||||
outgoingAddressFamily?: 'ipv4' | 'ipv6' | 'dual';
|
||||
|
||||
deliverJobConcurrency?: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue