mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:35:42 +02:00
xsp: add page (#10137)
This commit is contained in:
parent
9ac29c3d2d
commit
4bf8650cdd
1 changed files with 12 additions and 0 deletions
12
pages/common/xsp.md
Normal file
12
pages/common/xsp.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# xsp
|
||||
|
||||
> Mono ASP.NET Web Server.
|
||||
> More information: <https://www.mono-project.com/docs/web/aspnet/>.
|
||||
|
||||
- Listen on all interfaces (`0.0.0.0`) and port `8080`:
|
||||
|
||||
`xsp`
|
||||
|
||||
- Listen on a specific IP address and port:
|
||||
|
||||
`xsp --address {{127.0.0.1}} --port {{8000}}`
|
Loading…
Add table
Reference in a new issue