From: Alan T. DeKok Date: Wed, 5 Mar 2025 11:33:18 +0000 (-0500) Subject: remove pre/post-proxy example X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e29c5c911f4af9ee9f56ec49c12cd1b173b969d;p=thirdparty%2Ffreeradius-server.git remove pre/post-proxy example --- diff --git a/raddb/mods-available/detail.log b/raddb/mods-available/detail.log index 9bd7a3e53f..705120015b 100644 --- a/raddb/mods-available/detail.log +++ b/raddb/mods-available/detail.log @@ -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 -}