@@ -114,7 +114,7 @@ API_PASS="changeme"
114114 Options available: (see --examples for more details)
115115 -y Automatic yes prompts!
116116 --info Display Script Variables Information
117- --show-default Show Default settings for host creation
117+ --show-default Show Default settings for host creation
118118 --check-token Check Check current token info
119119 --backup 💾 Backup All configurations to a different files in $DATA_DIR
120120
@@ -162,7 +162,7 @@ API_PASS="changeme"
162162
163163 --user-list List All Users
164164 --user-create username password email Create User with a username, password and email
165- --user-delete 🆔 Delete User by username
165+ --user-delete 🆔 Delete User by username
166166
167167 --access-list List All available Access Lists (ID and Name)
168168 --access-list-show 🆔 Show detailed information for specific access list
@@ -321,7 +321,10 @@ API_PASS="changeme"
321321
322322
323323 🔖 Full options:
324- ./npm-api.sh --host-create example.com -i 192.168.1.10 -p 8080 -f https -c true -b true -w true -a ' proxy_set_header X-Real-IP $remote_addr;' -l ' [{"path":"/api","forward_host":"192.168.1.11","forward_port":8081}]'
324+ ./npm-api.sh --host-create example.com -i 192.168.1.10 -p 8080 \
325+ -f https -c true -b true -w true \
326+ -a ' proxy_set_header X-Real-IP $remote_addr;' \
327+ -l ' [{"path":"/api","forward_host":"192.168.1.11","forward_port":8081}]'
325328```
326329
327330### --backup
0 commit comments