File size: 707 Bytes
b175c69 ebf2bad b175c69 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
title: Wireguard
emoji: 📚
colorFrom: green
colorTo: red
sdk: docker
pinned: false
license: unlicense
---
# WireGuard Userspace Proxy on Hugging Face Spaces
This repository runs a secure, unprivileged WireGuard tunnel inside a Hugging Face CPU Basic Space environment using `wireproxy` and Python.
### Project Layout Required:
- `README.md` (This configuration file)
- `Dockerfile` (Container instructions)
- `entrypoint.sh` (Secret processor and service launcher)
- `wireproxy.conf.template` (WireGuard settings layout)
- `app.py` (Gradio Python application)
- `.gitignore` (Security exclusion list)
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|