jradius.conf

来自「freeradius-server-2.1.3.tar.gz安装源文件」· CONF 代码 · 共 18 行

CONF
18
字号
jradius {  name             = "example"           # Name of the JRadius Application                                         # (known as "Sender" in JRadius)  primary          = "127.0.0.1"         # Primary JRadius Server                                         # (using default port of 1814)  secondary        = "192.168.1.2:1815"  # Secondary JRadius Server (port 1815)  tertiary         = "192.168.1.2:1816"  # Tertiary JRadius Server  timeout          = 1                   # JRadius Server Connect Timeout (default 5)  onfail           = NOOP                # What to do if no JRadius                                         # Server is found. Options are:                                         # FAIL (default), OK, REJECT, NOOP  keepalive        = yes                 # Keep connections to JRadius pooled  connections      = 8                   # Number of pooled JRadius connections  allow_codechange = yes                 # Allow the changing the RADIUS code/type  allow_idchange   = yes                 # Allow the change of the RADIUS pkt id}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?