Loads context state.
context::load name:stringDescription
Section titled “Description”The context::load operator replaces the state of the specified context with
its (binary) input.
name: string
Section titled “name: string”The name of the context whose state to update.
Examples
Section titled “Examples”Replace the database of a GeoIP context
Section titled “Replace the database of a GeoIP context”load_file "ultra-high-res.mmdb", mmap=truecontext::load "ctx"