Skip to content

Commit 37ccd9e

Browse files
authored
Update README.md
1 parent 40af834 commit 37ccd9e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ loop.(loop)
2929
Dictionary configuration
3030
--------------------
3131

32+
3233
Vendor specific dictionaries are compiled into a specific vendor module. Generic attributes and values
3334
are compiled into `Radius.Dict`. If you add the "cisco" dictionary you will get the module `Radius.Dict.VendorCisco`.
3435

@@ -37,6 +38,8 @@ config :elixir_radius,
3738
included_dictionaries: ["rfc2865", "rfc2868", "rfc2869", "cisco"]
3839
```
3940

41+
NOTE: By default, this library will compile all known vendors, which is quite slow, but had maxium compatibility with old versions. If you dont need them, please use above config to select what to be compiled.
42+
4043
You can also add your own dictionaries by providing the paths to `:elixir_radius` in `:extra_dictionaries`
4144

4245
```Elixir

0 commit comments

Comments
 (0)