Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NNTP connect to server
#8
Simply create a TCP/NNTP server that is bound to a local IPv6 network adapter for listening. For instance, using TIdNNTPServer, add an entry to its Bindings collection and set that entry's IPVersion property to Id_IPv6 and IP property to '::1' (or any specific local IPv6 address of your choosing), and then set the server to Active=true to begin listening.

Then you can connect TIdNNTP to that server using Host='localhost' and IPVersion=Id_IPv6.

Reply


Messages In This Thread
NNTP connect to server - by AndrzejB - 12-25-2019, 02:36 PM
RE: NNTP connect to server - by rlebeau - 12-29-2019, 11:58 PM
RE: NNTP connect to server - by AndrzejB - 01-03-2020, 07:26 PM
RE: NNTP connect to server - by rlebeau - 01-03-2020, 10:57 PM
RE: NNTP connect to server - by AndrzejB - 01-04-2020, 01:18 PM
RE: NNTP connect to server - by rlebeau - 01-06-2020, 11:32 PM
RE: NNTP connect to server - by AndrzejB - 01-07-2020, 11:04 AM
RE: NNTP connect to server - by rlebeau - 01-07-2020, 07:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)