pyrad.proxy – basic proxy

class pyrad.proxy.Proxy(addresses=[], authport=1812, acctport=1813, hosts=None, dict=None)

Base class for RADIUS proxies. This class extends tha RADIUS server class with the capability to handle communication with other RADIUS servers as well.

Variables:_proxyfd – network socket used to communicate with other servers

Previous topic

pyrad.packet – packet encoding and decoding

Next topic

pyrad.server – basic server

This Page