Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save facilita-tecnologia/bb97a650ef1c3ff18260291741be433d to your computer and use it in GitHub Desktop.
Save facilita-tecnologia/bb97a650ef1c3ff18260291741be433d to your computer and use it in GitHub Desktop.
Habilitar acesso remoto freeradius
# All IPv4
client 0.0.0.0/0 {
secret = 12345
shortname = name
}
# All IPv6
client ::/0 {
secret = 12345
shortname = name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment