0

I have i server application using QuickFix/J.

how can QuickFix/j validate host connecting to server? don't want to use firewall to block ip's.

OshikawaL
  • 23
  • 8

1 Answers1

1

Use the AllowedRemoteAddresses setting. From the documentation, it is a "list of remote IP addresses which are allowed to connect to this acceptor".

Frank Smith
  • 978
  • 5
  • 11