permissions = 0600
}
-
-#
-# ### pre_proxy
-#
-# This module logs packets proxied to a home server.
-#
-# NOTE: You will need to call it before rlm_radius is used for
-# proxying. See the example in `raddb/sites-available/default`.
-#
-detail pre_proxy_log {
- filename = "${radacctdir}/%{Net.Src.IP}/pre-proxy-detail-%Y-%m-%d"
-
- permissions = 0600
-
-# suppress {
-# User-Password
-# }
-}
-
-#
-# ### post_proxy
-#
-# This module logs response packets from a home server.
-#
-# NOTE: You will need to call it after rlm_radius is used for proxying.
-# See the example in `raddb/sites-available/default`.
-#
-detail post_proxy_log {
- filename = "${radacctdir}/%{Net.Src.IP}/post-proxy-detail-%Y-%m-%d"
-
- permissions = 0600
-}