1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 17:45:36 +02:00

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

This commit is contained in:
MeiMei
2019-05-09 15:43:49 +09:00
committed by syuilo
parent c7bcf31105
commit a57e9460c8
3 changed files with 16 additions and 4 deletions

View File

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