Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; default configuration file for module `ssh`
- ; Author: Sebastian Büttner
- ; Copyright 2013
- ; Last-modification: 2013-05-21
- ;
- ; Description: basicfunctions like ping and loggin
- ; pings from server to any dest
- [icmp_client]
- ; enable ping at all or not
- enable = true
- ; limit pings ?
- limit.enable = false
- ; unit
- ;limit.unit =
- ; set limits
- ;limit.perDay =
- ;limit.perHour =
- ;limit.perMinute =
- ;limit.perSecond =
- ; pings to the server
- [icmp_server]
- ; enable ping at all or not
- enable = true
- ; limit pings ?
- limit.enable = true
- ; unit
- limit.unit = s
- ; set limits
- ;limit.perDay =
- ;limit.perHour =
- ;limit.perMinute =
- limit.perSecond = 12
- ; overall logging behaviour
- [logging]
- ; enable logging at all
- enable = true
- ; enable limit or not
- ; it is highly NOT recommended to turn this off! it will flood your logs!
- limit.enable = true
- ; unit ( s, m, h, d )
- limit.unit = h
- ; set limits
- ;limit.perDay =
- limit.perHour = 3600
- ;limit.perMinute =
- ;limit.perSecond =
- ;
- prefix.dropTcp = "DROP TCP Packet: "
- prefix.dropUdp = "DROP UDP Packet: "
- prefix.dropIcmp = "DROP ICMP Packet: "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement