1# Static table23The 'static' module implements table lookups using key-value pairs in its4configuration.56```7table.static {8 entry KEY1 VALUE19 entry KEY2 VALUE210 ...11}12```1314## Configuration directives1516### entry _key_ _value_1718Add an entry to the table.1920If the same key is used multiple times, the last one takes effect.21