Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
/ ic-tee-host-daemon Public archive

🎬 A daemon running on the host machine of TEEs.

License

Notifications You must be signed in to change notification settings

ldclabs/ic-tee-host-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🎬 A daemon running on the host machine of TEEs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published