From 3e29c5c911f4af9ee9f56ec49c12cd1b173b969d Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 5 Mar 2025 06:33:18 -0500 Subject: [PATCH] remove pre/post-proxy example --- raddb/mods-available/detail.log | 32 -------------------------------- 1 file changed, 32 deletions(-) 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 -} -- 2.47.2