Moved to: https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_host_daemon
ic_tee_host_daemon
is a daemon running on the host machine of an enclave, providing the following functions:
- Forwards requests from the enclave to the internet.
- Listens for requests from the internet and forwards them to the enclave.
- Receives logs from the enclave and outputs them to stdout.
sudo ./ic_tee_host_daemon --outbound-vsock-addr 3:448 --inbound-vsock-addr 8:443 --inbound-listen-addr 0.0.0.0:443 --logtail-addr 127.0.0.1:9999
or with default values:
sudo ./ic_tee_host_daemon
Copyright © 2024 LDC Labs.
ldclabs/ic-tee-host-daemon
is licensed under the MIT License. See LICENSE for the full license text.