Skip to content

Commit fb7b615

Browse files
committed
Update Debian config example.
1 parent e83f01a commit fb7b615

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

packaging/debian/chirpstack-packet-multiplexer.toml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,35 @@
3939
# # If not set, data of all gateways will be forwarded. If set, only data
4040
# # from gateways with a matching Gateway ID will be forwarded.
4141
# #
42-
# # Examplex:
42+
# # Example:
4343
# # * "0102030405060708/32": Exact match (all 32 bits of the filter must match)
4444
# # * "0102030400000000/16": All gateway IDs starting with "01020304" (filter on 16 most significant bits)
4545
# gateway_id_prefixes=[]
46+
#
47+
# # Filter configuration.
48+
# [multiplexer.server.filters]
49+
50+
# # DevAddr prefix filters.
51+
# #
52+
# # Example configuration:
53+
# # dev_addr_prefixes=["0000ff00/24"]
54+
# #
55+
# # The above filter means that the 24MSB of 0000ff00 will be used to
56+
# # filter DevAddrs. Uplinks with DevAddrs that do not match any of the
57+
# # configured filters will not be forwarded. Leaving this option empty
58+
# # disables filtering on DevAddr.
59+
# dev_addr_prefixes=[]
60+
61+
# # JoinEUI prefix filters.
62+
# #
63+
# # Example configuration:
64+
# # join_eui_prefixes=["0000ff0000000000/24"]
65+
# #
66+
# # The above filter means that the 24MSB of 0000ff0000000000 will be used
67+
# # to filter JoinEUIs. Uplinks with JoinEUIs that do not match any of the
68+
# # configured filters will not be forwarded. Leaving this option empty
69+
# # disables filtering on JoinEUI.
70+
# join_eui_prefixes=[]
4671

4772

4873
# Monitoring configuration.

0 commit comments

Comments
 (0)