From 4bf8650cdd25fd039ddcb4784bbb5323a911108b Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 13 May 2023 19:44:11 +0200 Subject: [PATCH] xsp: add page (#10137) --- pages/common/xsp.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/xsp.md diff --git a/pages/common/xsp.md b/pages/common/xsp.md new file mode 100644 index 000000000..0be80ed56 --- /dev/null +++ b/pages/common/xsp.md @@ -0,0 +1,12 @@ +# xsp + +> Mono ASP.NET Web Server. +> More information: . + +- 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}}`