mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-02 10:24:56 -05:00
doc: qusal proxy service requires configuration
Fixes: https://github.com/ben-grande/qusal/issues/61
This commit is contained in:
parent
1a72665a40
commit
534db9655c
@ -46,5 +46,6 @@ The development qube `dev` can be used for:
|
||||
without direct network connection, you can open port to the desired SSH or
|
||||
HTTP server.
|
||||
|
||||
As the qube has no netvm, configure the `qusal.ConnectTCP` service to allow
|
||||
for it to communicate with a remote repository for example.
|
||||
As the `dev` qube has no netvm, configure the Qrexec policy to allow or ask
|
||||
calls to the `qusal.ConnectTCP` RPC service, so the qube can communicate with
|
||||
a remote repository for example.
|
||||
|
@ -64,6 +64,9 @@ drivers. Check files/admin/firmware.txt.
|
||||
|
||||
_Default policy_: every call is denied.
|
||||
|
||||
As every call is denied by default, you need to add rules to you Qrexec policy
|
||||
for a call to occur. Some examples are represented below.
|
||||
|
||||
Qube `dev` can ask to connect to `github.com:22` from `disp-sys-net`:
|
||||
```qrexecpolicy
|
||||
qusal.ConnectTCP +github.com+22 dev @default ask target=disp-sys-net
|
||||
|
Loading…
x
Reference in New Issue
Block a user