The predecessor of AmneziaWG, WireGuard, has established itself as a fast and reliable VPN protocol thanks to its compact codebase and high efficiency. However, its fixed packet headers and ...
version: "3.9" # This is the Compose file format version. services: homeassistant: build: . container_name: homeassistant privileged: true restart: unless-stopped network_mode: host # host = your ...