You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ A very simple webserver that serves files from your local app data.
23
23
24
24
## Configuration
25
25
26
-
Global configuration options are stored in `./Config/SharpConfig.json`
26
+
Global configuration options are stored in `./Config/SharpConfig.toml`
27
27
28
28
-`SafeMode` : If set to true the server will respond with dummy data instead of real webpages. Great for testing the extents of the server without exposing any real info.
29
29
-`PortNumber` : The port the server should bind to. On Unix family OSes ports below 1024 are *protected* and require super user permission to bind. Use `sudo` or choose a higher range port such as 8080.
30
30
31
-
The remote block list is stored in `bannedClients.json`
31
+
The remote block list is stored in `./Config/BannedClients.toml`
32
32
33
33
Each entry is simply an IP that is prohibited from connecting to the server.
0 commit comments