Fix: IPv4 onlyホストからDualstackホストにAP deliverできない (#4872)

This commit is contained in:
MeiMei 2019-05-07 17:49:25 +09:00 committed by syuilo
parent 4cd451c613
commit 96f675abed
3 changed files with 16 additions and 4 deletions

View file

@ -44,6 +44,8 @@ export type Source = {
clusterLimit?: number;
id: string;
outgoingAddressFamily?: 'ipv4' | 'ipv6' | 'dual';
};
/**