@@ -75,14 +75,16 @@ You can also enable Telegram bot with `--enable-tgbot` option and manage users f
75
75
76
76
Help message of the script:
77
77
```
78
- Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws|tuic|hysteria2] [-d|--domain=<domain>] [--server=<server>] [--regenerate] [--default]
79
- [-r|--restart] [--enable-safenet=true|false] [--port=<port>] [-c|--core=xray|sing-box]
80
- [--enable-warp=true|false] [--warp-license=<license>] [--security=reality|letsencrypt|selfsigned] [-m|--menu] [--show-server-config]
81
- [--add-user=<username>] [--lists-users] [--show-user=<username>] [--delete-user=<username>] [--backup] [--restore=<url|file>] [-u|--uninstall]
78
+
79
+ Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws|tuic|hysteria2] [-d|--domain=<domain>] [--server=<server>]
80
+ [--regenerate] [--default] [-r|--restart] [--enable-safenet=true|false] [--port=<port>] [-c|--core=xray|sing-box]
81
+ [--enable-warp=true|false] [--warp-license=<license>] [--security=reality|letsencrypt|selfsigned] [-m|--menu]
82
+ [--show-server-config] [--add-user=<username>] [--lists-users] [--show-user=<username>] [--delete-user=<username>]
83
+ [--backup] [--restore=<url|file>] [--backup-password=<password>] [-u|--uninstall]
82
84
83
85
-t, --transport <tcp|http|grpc|ws|tuic|hysteria2> Transport protocol (tcp, http, grpc, ws, tuic, hysteria2, default: tcp)
84
86
-d, --domain <domain> Domain to use as SNI (default: www.google.com)
85
- --server <server> IP address or domain name of server (Must be a valid domain if using ws )
87
+ --server <server> IP address or domain name of server (Must be a valid domain if using letsencrypt security )
86
88
--regenerate Regenerate public and private keys
87
89
--default Restore default configuration
88
90
-r --restart Restart services
@@ -102,8 +104,9 @@ Usage: reality-ezpz.sh [-t|--transport=tcp|http|grpc|ws|tuic|hysteria2] [-d|--do
102
104
--list-users List all users
103
105
--show-user <username> Shows the config and QR code of the user
104
106
--delete-user <username> Delete the user
105
- --backup Backup users and configuration and upload it to keep .sh
107
+ --backup Backup users and configuration and upload it to temp .sh
106
108
--restore <url|file> Restore backup from URL or file
109
+ --backup-password <password> Create/Restore password protected backup file
107
110
-h, --help Display this help message
108
111
```
109
112
0 commit comments