Aktualizovat README.md
This commit is contained in:
parent
5d05897429
commit
7b5a0393f2
30
README.md
30
README.md
@ -1,2 +1,30 @@
|
||||
# odroidc2
|
||||
# Odroid C2
|
||||
|
||||
## Firewall
|
||||
|
||||
## TV server
|
||||
|
||||
### [TVheadend](https://tvheadend.org/)
|
||||
|
||||
Instalace
|
||||
```sh
|
||||
curl -1sLf 'https://dl.cloudsmith.io/public/tvheadend/tvheadend/setup.deb.sh' | sudo -E bash
|
||||
```
|
||||
|
||||
## DNS
|
||||
|
||||
### [Pi-hole](https://pi-hole.net/)
|
||||
|
||||
Instalace
|
||||
```sh
|
||||
curl -sSL https://install.pi-hole.net | bash
|
||||
```
|
||||
|
||||
### Pi-hole sync - [Nebula-sync](https://github.com/lovelaze/nebula-sync)
|
||||
|
||||
Instalace
|
||||
```sh
|
||||
go install github.com/lovelaze/nebula-sync@latest
|
||||
```
|
||||
|
||||
### Keepalive
|
||||
Loading…
Reference in New Issue
Block a user