[][src]Function transmission_sys::tr_sessionSetRPCWhitelist

pub unsafe extern "C" fn tr_sessionSetRPCWhitelist(
    session: *mut tr_session,
    whitelist: *const c_char
)

@brief Specify a whitelist for remote RPC access

The whitelist is a comma-separated list of dotted-quad IP addresses to be allowed. Wildmat notation is supported, meaning that '?' is interpreted as a single-character wildcard and '*' is interprted as a multi-character wildcard.