Syntax for the CLI command Rproxy
Last adaption: 06.2024
New:
- Layout adjustments
This article refers to a Resellerpreview
Command | Parameter | Description | Example |
---|---|---|---|
rproxy siterproxy site getrproxy site get |
List of all reverse proxy sites | rproxy site get | |
rproxy site deleterproxy site delete |
Deletes a reverse proxy site | rproxy site delete id "2" | |
id | Id of the reverse proxy site | ||
rproxy site setrproxy site set |
Changes the settings of a reverse proxy site | rproxy site set id "2" server_oid "194" | |
id | Id of the reverse proxy site | ||
sitename | Name of the sites | ||
server_oid | OID of the server group | ||
site_bw | Site bandwidth (in kbit/s) | ||
client_bw | Client bandwidth (in kbit/s) | ||
balance | Algorithm for load distribution | ||
rproxy site newrproxy site new |
Adds a new reverse proxy site | rproxy site new sitename "beispiel.sp.de" server_oid "193" site_bw "80" client_bw "80" balance "round-robin" | |
sitename | Name of the sites | ||
server_oid | OID of the server group | ||
site_bw | Site bandwidth (in kbit/s) | ||
client_bw | Client bandwidth (in kbit/s) | ||
balance | Algorithm for load distribution | ||
rproxy aclsetgrouprproxy aclsetgroup getrproxy aclsetgroup get |
Lists all reverse proxy ACL set groups | rproxy aclsetgroup get | |
rproxy aclsetgroup deleterproxy aclsetgroup delete |
Deletes a reverse proxy ACL set group | rproxy aclsetgroup delete | |
id | Id of the reverse proxy ACL set group | ||
rproxy aclsetgroup setrproxy aclsetgroup set |
Changes the settings of a reverse proxy ACL set group | rproxy aclsetgroup set id "2" rank "1" | |
id | Id of the reverse proxy ACL set group | ||
siteid | Id of the associated site | ||
enabled | Activation/deactivation of the set group | ||
action | Action (allow/deny) of the set group | ||
rproxy aclsetgroup newrproxy aclsetgroup new |
Adds a new reverse proxy ACL set group | rproxy aclsetgroup new setid "194" siteid "1" enabled "1" action "allow" | |
setid | Id of the reverse proxy ACL set group | ||
siteid | Id of the associated site | ||
enabled | Activation/deactivation of the set group | ||
action | Action (allow/deny) of the set group | ||
rproxy aclrproxy acl getrproxy acl get |
Listing of all reverse proxy ACLs created | rproxy acl get | |
rproxy acl deleterproxy acl delete |
Deletes a reverse proxy ACL or ACL set | rproxy acl delete id "2" | |
id | Id of the reverse proxy ACL | ||
rproxy acl setrproxy acl set |
Changes a reverse proxy ACL | rproxy acl set id "2" acltype "dstdomain" argument "anyideas.de" | |
id | Id of the reverse proxy ACL | ||
acltype | Type of ACL (destdom_regex, destdomain, proto, ...) | ||
argument | Argument of the ACL | ||
rproxy acl newrproxy acl new |
Adds a new reverse proxy ACL (Access Control List) | rproxy acl new name "acl-server1" acltype "dstdomain" argument "ttt-point.de" | |
id | Id of the reverse proxy ACL | ||
acltype | Type of ACL (destdom_regex, destdomain, proto, ...) | ||
argument | Argument of the ACL |