guillaumepellegrino / acsrs

A simple ACS written in Rust
GNU General Public License v3.0
5 stars 4 forks source link

added option for disabling authentication to ACS #20

Closed MrSpock closed 3 months ago

MrSpock commented 3 months ago

Some devices have isssues with basic authentication to ACS. With such scenario access to ACS is protected by some firewall and ACS accepts any incoming requests from CPE's without basic authentication. This pull provides additional option for disabling authentication CPE -> ACS.

guillaumepellegrino commented 3 months ago

It looks good to me !