You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
586 B

  1. # Samplicator Config File
  2. #
  3. # Format:
  4. # a.b.c.d[/e.f.g.h]: destination
  5. # a.b.c.d is the sender's IP address
  6. # e.f.g.h is a mask to apply to the sender (default 255.255.255.255)
  7. #
  8. # Destination Format:
  9. # <addr>[/<port>[/<interval>[,ttl]]]
  10. # <addr> IP address of the receiver
  11. # <port> port UDP number of the receiver (default 2000)
  12. # <freq> number of received datagrams between successive
  13. # copied datagrams for this receiver.
  14. # <ttl> The TTL (IPv4) or hop-limit (IPv6) for
  15. # outgoing datagrams.
  16. #
  17. # Example:
  18. # 10.0.0.1/255.255.255.0: 10.0.0.42/1025