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-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Full-featured, self-hosted URL shortener written in Go.
5
5
| Features | Description |
6
6
|:-------:|:------------|
7
7
|**Custom Domain**| Everything is under control with your own domain |
8
-
|**Link Shortener**| Support `/s/semantic-name` for short semantic alias and `/r/random-str`for anonymous shortening |
8
+
|**Link Shortener**| Support `/s/semantic-name` for short semantic alias for anonymous shortening |
9
9
|**Go [Vanity Import](https://golang.org/cmd/go/#hdr-Remote_import_paths)**|Redirect `/x/repo-name` to configured VCS and `pkg.go.dev` for API documentation|
10
10
|**Access Control**| 1) Private links won't be listed in public index page; 2) Allow link to be accessible only after a configured time point; 3) Allow warn to visitors about external URL redirects (for liability control)|
11
11
|**Public Indexes**| Router `/s` provides a list of avaliable short links |
@@ -26,7 +26,7 @@ There are three major pages available in redir.
26
26
27
27
| Admin Dashboard | Access Control | Public Indexes |
| Router: `/s?mode=admin`or<br/>`/r?mode=admin`for management:<br/>| Control a link should only be available after a certain time:<br/>| Router `/s`or `/r`provides public accessibility to see all public links:<br/>|
29
+
| Router: `/s?mode=admin` for management:<br/>| Control a link should only be available after a certain time:<br/>| Router `/s` provides public accessibility to see all public links:<br/>|
0 commit comments