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.

p0f.conf 300B

12345678910111213
  1. .include(duplicate=append,priority=0) "{= env.TESTDIR =}/configs/plugins.conf"
  2. redis {
  3. servers = "{= env.REDIS_ADDR =}:{= env.REDIS_PORT =}";
  4. }
  5. p0f {
  6. socket = "{= env.P0F_SOCKET =}";
  7. patterns {
  8. WINDOWS = '^Windows.*';
  9. ETHER = '^Ethernet.*';
  10. DISTGE10 = '^distance:[0-9]{2}$';
  11. }
  12. }