98f87c33bd61d799d76a17bf9c0527f5e51a0385
LibreELEC setup
This repository contains setup or configuration files for LibreELEC after installation.
WireGuard VPN setup
- copy
~/.config/wireguard/wireguard.config.sampleto a new file, and adjust the parameters (see https://wiki.libreelec.tv/configuration/wireguard for reference) - do NOT set the DNS server in this conf file, but in
variables.conf
Files
variables.conf.templatecontains examples variables definitions, and should be copied locally tovariables.conf(with any required modifications).systemd-templates/contains Systemd units templates for detecting VPN connection, and apply routes and DNS modifications.set-dns.shsets the VPN DNS toresolv.conf, andunset-dns.shrestores the previousresolv.conf.
Installation
install.shscript copies Systemd templates to their destination, and enables trigger (Systemd path).
TODO
- RAS
Description
Languages
Shell
100%