mirror of
https://github.com/YGGverse/YGGbro.git
synced 2025-03-13 05:51:05 +00:00
add _todo examples folder
This commit is contained in:
parent
06c13e995d
commit
40b482445f
1
nginx/_todo/README.md
Normal file
1
nginx/_todo/README.md
Normal file
@ -0,0 +1 @@
|
||||
# List of draft configurations
|
19
nginx/_todo/djfm.ua
Normal file
19
nginx/_todo/djfm.ua
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
19
nginx/_todo/hromadskeradio.org
Normal file
19
nginx/_todo/hromadskeradio.org
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
20
nginx/_todo/liquiradio.com
Normal file
20
nginx/_todo/liquiradio.com
Normal file
@ -0,0 +1,20 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
19
nginx/_todo/loungefm.com.ua
Normal file
19
nginx/_todo/loungefm.com.ua
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
19
nginx/_todo/mjoy.ua
Normal file
19
nginx/_todo/mjoy.ua
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
19
nginx/_todo/radiobayraktar.ua
Normal file
19
nginx/_todo/radiobayraktar.ua
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
19
nginx/_todo/radiojazz.ua
Normal file
19
nginx/_todo/radiojazz.ua
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
19
nginx/_todo/radioroks.ua
Normal file
19
nginx/_todo/radioroks.ua
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
20
nginx/_todo/radioskovoroda.com
Normal file
20
nginx/_todo/radioskovoroda.com
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
# 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;
|
||||
}
|
||||
}
|
20
nginx/_todo/radiosraka
Normal file
20
nginx/_todo/radiosraka
Normal file
@ -0,0 +1,20 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
23
nginx/_todo/rockradioua.online
Normal file
23
nginx/_todo/rockradioua.online
Normal file
@ -0,0 +1,23 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
43
nginx/_todo/soma.fm
Normal file
43
nginx/_todo/soma.fm
Normal file
@ -0,0 +1,43 @@
|
||||
# Stream mirrors for https://somafm.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 /soma.fm/suburbsofgoa/128/mp3 {
|
||||
proxy_pass http://ice6.somafm.com/suburbsofgoa-128-mp3;
|
||||
}
|
||||
|
||||
location /soma.fm/thetrip/128/mp3 {
|
||||
proxy_pass http://ice5.somafm.com/thetrip-128-mp3;
|
||||
}
|
||||
|
||||
location /soma.fm/thistle/128/mp3 {
|
||||
proxy_pass http://ice4.somafm.com/thistle-128-mp3;
|
||||
}
|
||||
|
||||
location /soma.fm/cliqhop/128/mp3 {
|
||||
proxy_pass http://ice6.somafm.com/cliqhop-128-mp3;
|
||||
}
|
||||
|
||||
location /soma.fm/lush/128/mp3 {
|
||||
proxy_pass http://ice6.somafm.com/lush-128-mp3;
|
||||
}
|
||||
|
||||
location /soma.fm/deepspaceone/128/mp3 {
|
||||
proxy_pass http://ice6.somafm.com/deepspaceone-128-mp3;
|
||||
}
|
||||
|
||||
location /soma.fm/sonicuniverse/128/mp3 {
|
||||
proxy_pass http://ice6.somafm.com/sonicuniverse-128-mp3;
|
||||
}
|
||||
}
|
32
nginx/_todo/texty.org.ua
Normal file
32
nginx/_todo/texty.org.ua
Normal file
@ -0,0 +1,32 @@
|
||||
# Mirror for https://texty.org.ua/
|
||||
# Drops all JS
|
||||
|
||||
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 /texty.org.ua {
|
||||
|
||||
proxy_pass https://texty.org.ua/;
|
||||
sub_filter 'http://texty.org.ua' 'http://[$server_addr]/texty.org.ua';
|
||||
sub_filter 'https://texty.org.ua' 'http://[$server_addr]/texty.org.ua';
|
||||
sub_filter '<script' '<!-- <script';
|
||||
sub_filter '</script>' '</script> -->';
|
||||
sub_filter 'href="/support/"' 'href="https://texty.org.ua/p/support"';
|
||||
sub_filter 'href="/' 'href="http://[$server_addr]/texty.org.ua/';
|
||||
sub_filter 'src="/' 'src="http://[$server_addr]/texty.org.ua/';
|
||||
sub_filter 'data-src="/' 'src="http://[$server_addr]/texty.org.ua/';
|
||||
sub_filter "url('/" "url('http://[$server_addr]/texty.org.ua/";
|
||||
sub_filter_once off;
|
||||
sub_filter_types *;
|
||||
}
|
||||
}
|
19
nginx/_todo/urbanspaceradio.com
Normal file
19
nginx/_todo/urbanspaceradio.com
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
19
nginx/_todo/vanilladnb.co.ua
Normal file
19
nginx/_todo/vanilladnb.co.ua
Normal file
@ -0,0 +1,19 @@
|
||||
# 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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user