]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove pre/post-proxy example
authorAlan T. DeKok <aland@freeradius.org>
Wed, 5 Mar 2025 11:33:18 +0000 (06:33 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 5 Mar 2025 11:51:10 +0000 (06:51 -0500)
raddb/mods-available/detail.log

index 9bd7a3e53f72e648c57766766f10db3abf560c74..705120015b3994e715a4ad4a7d1b82490ecf6395 100644 (file)
@@ -53,35 +53,3 @@ detail reply_log {
 
        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
-}