mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 17:45:36 +00:00
remove incompatible nodes
This commit is contained in:
parent
41020f1f7e
commit
5a3e585f50
18 changed files with 0 additions and 409 deletions
49
README.md
49
README.md
|
|
@ -51,55 +51,6 @@ _*YGGbro project provides free namespace `.bro.ygg` for Yggdrasil proxy instance
|
||||||
|
|
||||||
### Internet
|
### Internet
|
||||||
|
|
||||||
##### Radio
|
|
||||||
|
|
||||||
* [somafm.com](https://somafm.com/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/somafm/suburbsofgoa`
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/somafm/thetrip`
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/somafm/thistle`
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/somafm/cliqhop`
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/somafm/lush`
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/somafm/deepspaceone`
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/somafm/sonicuniverse`
|
|
||||||
|
|
||||||
* [djfm.ua](https://djfm.ua/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/djfm`
|
|
||||||
|
|
||||||
* [hromadskeradio.org](https://hromadskeradio.org/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/hromadske`
|
|
||||||
|
|
||||||
* [liquiradio.com](https://liquiradio.com/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/liqui`
|
|
||||||
|
|
||||||
* [loungefm.com.ua](https://loungefm.com.ua/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/loungefm`
|
|
||||||
|
|
||||||
* [mjoy.ua](https://mjoy.ua/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/rzk`
|
|
||||||
|
|
||||||
* [radiobayraktar.ua](https://radiobayraktar.ua/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/radiobayraktar`
|
|
||||||
|
|
||||||
* [radiojazz.ua](https://radiojazz.ua/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/jazz`
|
|
||||||
|
|
||||||
* [radioroks.ua](https://radioroks.ua/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/roks`
|
|
||||||
|
|
||||||
* [rockradioua.online](https://rockradioua.online/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/rockradioua/rock`
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/rockradioua/metal`
|
|
||||||
|
|
||||||
* [urbanspaceradio.com](https://urbanspaceradio.com/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/urban-space-radio`
|
|
||||||
|
|
||||||
* [vanilladnb.co.ua](https://vanilladnb.co.ua/)
|
|
||||||
+ `http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggwave/radio/vanilladnb`
|
|
||||||
|
|
||||||
If you're running own station in Yggdrasil network, take a look at:
|
|
||||||
|
|
||||||
[YGGwave ~ The Radio Stations Catalog](https://github.com/YGGverse/YGGwave)
|
|
||||||
|
|
||||||
#### IT
|
#### IT
|
||||||
|
|
||||||
* [opennet.ru](https://opennet.ru/) | [nginx](https://github.com/YGGverse/YGGbro/tree/main/nginx/opennet.ru)
|
* [opennet.ru](https://opennet.ru/) | [nginx](https://github.com/YGGverse/YGGbro/tree/main/nginx/opennet.ru)
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
# List of draft configurations
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://djfm.ua/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /djfm.ua/stream {
|
|
||||||
proxy_pass https://cast.fex.net/djfm_x;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://hromadskeradio.org/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /hromadskeradio.org/stream {
|
|
||||||
proxy_pass http://stream.hromadskeradio.org:8000/stream-ps-hi;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
# Mirror for https://liquiradio.com/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /liquiradio.com/stream {
|
|
||||||
proxy_pass http://stream-162.zeno.fm/ug59eq099yzuv?zs=NrlynsUKSf2PLPjIMpwYKA;
|
|
||||||
proxy_set_header Host $host;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://loungefm.com.ua/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /loungefm.com.ua/stream {
|
|
||||||
proxy_pass http://cast.loungefm.com.ua:8000/loungefm;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://mjoy.ua/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /mjoy.ua/radio-z-kryjivky/stream {
|
|
||||||
proxy_pass http://stream.mjoy.ua:8000/radio-z-kryjivky;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://radiobayraktar.ua/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /radiobayraktar.ua/stream/hd {
|
|
||||||
proxy_pass http://online.radiobayraktar.ua/RadioBayraktar_HD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://radiojazz.ua/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /radiojazz.ua/stream/hd {
|
|
||||||
proxy_pass http://online.radiojazz.ua/RadioJazz_HD;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://radioroks.ua/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /radioroks.ua/stream {
|
|
||||||
proxy_pass http://online.radioroks.ua/RadioROKS;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
|
|
||||||
# Mirror for https://radioskovoroda.com/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /radioskovoroda.com/stream {
|
|
||||||
proxy_pass http://stream.radioskovoroda.com:8000/radioskovoroda;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
# Mirror for Radio Sraka
|
|
||||||
# https://www.facebook.com/s.r.a.k.a.radio
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /radiosraka/stream {
|
|
||||||
proxy_pass http://212.26.146.50:8000/sraka.mp3;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
# Mirror for https://rockradioua.online/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /rockradioua.online/stream/rock/256 {
|
|
||||||
proxy_pass https://rockradioua.online:8433/rock_256;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /rockradioua.online/stream/metal/256 {
|
|
||||||
proxy_pass https://rockradioua.online:8433/metal_256;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://urbanspaceradio.com/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /urbanspaceradio.com/stream {
|
|
||||||
proxy_pass http://stream.urbanspaceradio.com:8000/urban-space-radio;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
# Mirror for https://vanilladnb.co.ua/
|
|
||||||
|
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
# listen [::]:80 ipv6only=on;
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
# allow 0200::/7;
|
|
||||||
# deny all;
|
|
||||||
|
|
||||||
# Tell to server, that's proxy request
|
|
||||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
# proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
location /vanilladnb.co.ua/stream {
|
|
||||||
proxy_pass http://vanilladnb.co.ua:8000/stream;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,35 +0,0 @@
|
||||||
# Nginx proxy configuration for /yggwave/somafm.com subfolder location
|
|
||||||
|
|
||||||
## Install
|
|
||||||
|
|
||||||
This is subfolder configuration, use `server.conf` preset only when `default_server` not defined in your system:
|
|
||||||
|
|
||||||
* `ln -s /etc/yggbro/nginx/somafm.com/yggwave/somafm.com/server.conf /etc/nginx/sites-enabled/yggbro.somafm.com.yggwave.somafm.com.conf`
|
|
||||||
|
|
||||||
Alternatively, add following line to existing `default_server`:
|
|
||||||
|
|
||||||
```
|
|
||||||
include /etc/yggbro/nginx/somafm.com/yggwave/somafm.com/location.conf;
|
|
||||||
```
|
|
||||||
|
|
||||||
Test configuration and apply changes
|
|
||||||
|
|
||||||
* `nginx -t`
|
|
||||||
* `service nginx reload`
|
|
||||||
|
|
||||||
## Uninstall
|
|
||||||
|
|
||||||
Remove symlink if exists:
|
|
||||||
|
|
||||||
* `rm /etc/nginx/sites-enabled/yggbro.somafm.com.yggwave.somafm.com.conf`
|
|
||||||
|
|
||||||
Remove following line from existing `default_server`:
|
|
||||||
|
|
||||||
```
|
|
||||||
include /etc/yggbro/nginx/somafm.com/yggwave/somafm.com/location.conf;
|
|
||||||
```
|
|
||||||
|
|
||||||
Test configuration and apply changes
|
|
||||||
|
|
||||||
* `nginx -t`
|
|
||||||
* `service nginx reload`
|
|
||||||
|
|
@ -1,55 +0,0 @@
|
||||||
location /yggwave/somafm.com/suburbsofgoa/128/mp3 {
|
|
||||||
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
proxy_pass http://ice6.somafm.com/suburbsofgoa-128-mp3;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /yggwave/somafm.com/thetrip/128/mp3 {
|
|
||||||
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
proxy_pass http://ice5.somafm.com/thetrip-128-mp3;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /yggwave/somafm.com/thistle/128/mp3 {
|
|
||||||
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
proxy_pass http://ice4.somafm.com/thistle-128-mp3;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /yggwave/somafm.com/cliqhop/128/mp3 {
|
|
||||||
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
proxy_pass http://ice6.somafm.com/cliqhop-128-mp3;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /yggwave/somafm.com/lush/128/mp3 {
|
|
||||||
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
proxy_pass http://ice6.somafm.com/lush-128-mp3;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /yggwave/somafm.com/deepspaceone/128/mp3 {
|
|
||||||
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
proxy_pass http://ice6.somafm.com/deepspaceone-128-mp3;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /yggwave/somafm.com/sonicuniverse/128/mp3 {
|
|
||||||
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
|
|
||||||
proxy_pass http://ice6.somafm.com/sonicuniverse-128-mp3;
|
|
||||||
}
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
server {
|
|
||||||
|
|
||||||
# HTTP/IPv6 connections only
|
|
||||||
listen [::]:80 default_server; # make sure default_server not exists or throw an exception
|
|
||||||
|
|
||||||
# Yggdrasil connections only
|
|
||||||
allow 0200::/7;
|
|
||||||
deny all;
|
|
||||||
|
|
||||||
# Listen defaults
|
|
||||||
server_name _;
|
|
||||||
|
|
||||||
# Include available locations
|
|
||||||
include /etc/yggbro/nginx/somafm.com/yggwave/somafm.com/location.conf;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue