Admin Station Frontend Config
- class AzuracastPy.models.administration.admin_station.FrontendConfig(custom_config: str, source_pw: str, admin_pw: str, relay_pw: str, streamer_pw: str, port: int, max_listeners: str, banned_ips: str, banned_user_agents: str, banned_countries: List[str], allowed_ips: str, sc_license_id: str, sc_user_id: str)
Represents the frontend configuration of a station.
- __init__(custom_config: str, source_pw: str, admin_pw: str, relay_pw: str, streamer_pw: str, port: int, max_listeners: str, banned_ips: str, banned_user_agents: str, banned_countries: List[str], allowed_ips: str, sc_license_id: str, sc_user_id: str)
Initializes a
FrontendConfigobject for an admin station.Note
This class should not be initialized directly. Instead, obtain an instance via:
admin_station.frontend_config.