Created
April 17, 2021 23:49
-
-
Save facilita-tecnologia/bb97a650ef1c3ff18260291741be433d to your computer and use it in GitHub Desktop.
Habilitar acesso remoto freeradius
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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