search for: same_ip

Displaying 1 result from an estimated 1 matches for "same_ip".

Did you mean: name_in
2015 Feb 24
0
2.4.1 and Meta update from DIFFERING IP's - Status?
...has+been+updated| This way you can restrict access on a per mount level. Should be rather simple in a server side scripting language of your choice. If you want to modify 2.4.1, then you could always revert this commit: https://trac.xiph.org/changeset/15264 changing the two if statements from: if (same_ip && plugin && plugin->set_tag) back to: if (plugin && plugin->set_tag) Then rebuild Icecast. Thomas