Skip to content

Conversation

@maskit
Copy link
Member

@maskit maskit commented Nov 11, 2025

This enables writing SNI actions as plugins.

The implementation is experimental. We'd have to introduce new TS APIs to do various things on the plugins, but that would be next step.

To use SNI plugins, you need to use plugins keyword on sni.yaml. For example:

sni:
- fqdn: example.com
  http2: on
  plugins:
    - path: my_sni_action.so
      parameters: test

This is a draft. It does not have code for config reload and cleanup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant