feat: update build

This commit is contained in:
Georg K
2025-06-24 17:49:39 +03:00
parent 2338f97df6
commit b2aaec33d9
7 changed files with 36 additions and 14 deletions

9
hosted/.env_cnf_example Normal file
View File

@@ -0,0 +1,9 @@
FR_MAIN_PORT=31812
FR_ACC_PORT=31813
FR_API_HOST=<MAIN_IP>
FR_API_PORT=31668
FR_PG_HOST=<MAIN_IP>
FR_PG_PORT=32207
FR_PG_USER=admin
FR_PG_PASS=<DATABASE_PASSWORD>
FR_PG_DB=radius_db

View File

@@ -46,6 +46,7 @@ cp config/mods-enabled/raw $out_dir/mods-enabled/raw
cp config/sites-enabled/dynamic-clients $out_dir/sites-enabled/dynamic-clients
rm -f /etc/freeradius/sites-enabled/inner-tunnel
rm -f /etc/freeradius/mods-enabled/eap
rm -f /etc/freeradius/mods-enabled/proxy_rate_limit
## Enable delay_Reject
echo "Enable delay_reject"