FeraeLabs / skunk

A person-in-the-middle proxy
MIT License
0 stars 0 forks source link

Service Name crate #14

Closed jgraef closed 4 months ago

jgraef commented 4 months ago

Filter definitions can use service names instead of port numbers. We need to write a small crate that parses the list from IANA in the build script and outputs code that creates constants/statics/etc. We might want to use phf for the mappings.

jgraef commented 4 months ago

Implemented the crate here