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:
@@ -42,6 +42,8 @@ export type Source = {
|
||||
accesslog?: string;
|
||||
|
||||
clusterLimit?: number;
|
||||
|
||||
outgoingAddressFamily?: 'ipv4' | 'ipv6' | 'dual';
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user