mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 13:58:58 +00:00
Update cheatsheets
This commit is contained in:
17
xsp
Normal file
17
xsp
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user