mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 09:35:32 +00:00
20 lines
No EOL
451 B
Text
20 lines
No EOL
451 B
Text
# 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;
|
|
}
|
|
} |