mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-09 03:04:57 -04:00
Updated Writing a Plugin: Server Type (markdown)
parent
574773f723
commit
9cb957d6c2
@ -1,6 +1,6 @@
|
||||
**[Join the Caddy Community Forum](https://forum.caddyserver.com) to chat with other Caddy developers!**
|
||||
|
||||
Caddy ships with an HTTP server, but you can implement other server types and plug them into Caddy. Other server types could be mail, DNS, TCP, something else used internally, etc.
|
||||
Caddy ships with an HTTP server, but you can implement other server types and plug them into Caddy. Other server types could be SSH, SFTP, TCP, something else used internally, etc.
|
||||
|
||||
_To Caddy, the notion of a server is anything that can `Listen()` and `Serve()`. What that means and how that works is up to you. Feel free to be creative and liberal with this idea._
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user