Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 877 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 877 Bytes

IC TEE Host Daemon

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:

  1. Forwards requests from the enclave to the internet.
  2. Listens for requests from the internet and forwards them to the enclave.
  3. Receives logs from the enclave and outputs them to stdout.

IC TEE Host Daemon

Usage

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

License

Copyright © 2024 LDC Labs.

ldclabs/ic-tee-host-daemon is licensed under the MIT License. See LICENSE for the full license text.