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:
Essem
2023-08-19 23:20:01 -05:00
committed by GitHub
parent c9aeccb2ab
commit 3eacbe6b6d
4 changed files with 9 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ export type Source = {
id: string;
outgoingAddress?: string;
outgoingAddressFamily?: 'ipv4' | 'ipv6' | 'dual';
deliverJobConcurrency?: number;