Move policy.conf stanzas into individual configuration files
[freeradius.git] / raddb / policy.d / control
1 #
2 #  If you want the server to pretend that it is dead,
3 #  then use the "do_not_respond" policy.
4 #
5 do_not_respond {
6         update control {
7                 Response-Packet-Type := Do-Not-Respond
8         }
9
10         handled
11 }
12