apfree_wifidog/doc/wifidogx.conf
Dengfeng Liu 7625d5f09d add apfree conf crt file to debug in ubuntu system
Signed-off-by: Dengfeng Liu <liu_df@qq.com>
2021-12-16 10:47:10 +08:00

30 lines
531 B
Plaintext

GatewayID 001122334455
GatewayInterface loop1
AuthServer {
Hostname 106.13.23.50
HTTPPort 8001
Path /wifidog/
}
ClientTimeout 5
FirewallRuleSet validating-users {
FirewallRule allow to 0.0.0.0/0
}
FirewallRuleSet known-users {
FirewallRule allow to 0.0.0.0/0
}
FirewallRuleSet unknown-users {
FirewallRule allow udp port 53
FirewallRule allow tcp port 53
FirewallRule allow udp port 67
FirewallRule allow tcp port 67
}
FirewallRuleSet locked-users {
FirewallRule block to 0.0.0.0/0
}