allow validation of a remote CryptoBox through a redirecting router
parent
5cf24ebede
commit
42181f47b0
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox
|
||||
|
@ -1,2 +1,2 @@
|
||||
url http://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTP_PORT_/cryptobox
|
||||
data action=init_ask
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/croptyfox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/croptyfox
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23
|
||||
url http://_HOST_IP_:_HTTPS_PORT_
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=init_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=init_ask
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=mount_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=mount_ask
|
||||
|
@ -1,3 +1,3 @@
|
||||
url https://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox
|
||||
data action=mount_do
|
||||
data password=hallo
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=umount_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=umount_ask
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=umount_do
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=umount_do
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=config_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=config_ask
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=mount_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=mount_ask
|
||||
|
@ -1,3 +1,3 @@
|
||||
url https://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox
|
||||
data action=mount_do
|
||||
data password=hallo
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=umount_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=umount_ask
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=umount_do
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=umount_do
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=config_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=config_ask
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=init_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=init_ask
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=mount_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=mount_ask
|
||||
|
@ -1,3 +1,3 @@
|
||||
url https://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox
|
||||
data action=mount_do
|
||||
data password=
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=mount_do
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=mount_do
|
||||
|
@ -1,3 +1,3 @@
|
||||
url https://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox
|
||||
data action=mount_do
|
||||
data password=hallo
|
||||
|
@ -1,3 +1,3 @@
|
||||
url https://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox
|
||||
data action=mount_do
|
||||
data password=hallo
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=mount_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=mount_ask
|
||||
|
@ -1,3 +1,3 @@
|
||||
url https://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox
|
||||
data action=mount_do
|
||||
data password=hallo
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=umount_ask
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=umount_ask
|
||||
|
@ -1 +1 @@
|
||||
url https://192.168.0.23/cryptobox?action=umount_do
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox?action=umount_do
|
||||
|
@ -1,5 +1,5 @@
|
||||
url https://192.168.0.23/cryptobox
|
||||
url http://_HOST_IP_:_HTTPS_PORT_/cryptobox
|
||||
data action=config_do
|
||||
data language=de
|
||||
data ip=192-168.0.23
|
||||
data ip=192.168.0.23
|
||||
data timeout=30
|
||||
|
Loading…
Reference in New Issue