Pixiv-Nginx/conf/site-iwara.conf

1281 lines
27 KiB
Plaintext
Raw Normal View History

2024年12月4日更新 (#80) * Add files via upload Update the upstream of Steam, Pixiv, E-hentai Add Server : Discord (IPv4) Instagram (IPv6 Only, Local DNS rewrite required to rewrite all subdomains) WallHaven (IPv4, image CDN Only, excluding pages) Reddit (IPv4, Local DNS rewrite required to rewrite all subdomains) Twitter (IPv4, Local DNS rewrite required to rewrite all subdomains) Twitch (IPv4, Local DNS And DoH were required to rewrite all subdomains) GoogleCDN (File Server IPv6 Only, website pages and IPv4 servers were not included, Local DNS rewrite required to rewrite all subdomains) * Update the self-signed certificate config self-signed certificate * Update README.md * 更换NGINX版本 * 配置文件(2024年08月31日18时11分 配置文件(2024年08月31日18时11分 1、更新部分上游服务器 2、改进KeepAlive参数,提升访问可靠性 * 改进部分上游服务器写法,避免了可能导致"not signaled for 5s"停止的问题 * 改进部分上游服务器写法 * Update the domains * 增加FaceBook反向代理 配置文件(2024年09月14日14时00分 1、修复部分上游服务器 2、新增FaceBook反向代理(仅IPv6,需要本地dns进行批量dns重写 * 删除非windows使用的文件夹,现在conf文件夹多端通用,nginx版本大于18即可 删除非windows使用的文件夹,现在conf文件夹多端通用,nginx版本大于18即可 * 更新子证书内容,以支持FaceBook 更新子证书内容,以支持FaceBook * Delete facebook * Delete conf/Reddit.conf * Delete conf/Twitch.conf * Delete conf/Twitter.conf * Delete conf/instagram.conf * Delete conf/Twitter.params * Delete conf/Twitch.params * Delete conf/Discord.conf * 更新steam上游 * 2024年10月17日更新 更新Steamd的FastlyCDN和imgur * Delete conf/DLsite.conf * Delete conf/SteamCDN.params * Delete conf/Discord.conf * Delete conf/key.pem * Delete conf/cert.pem * Delete conf/pixiv.conf * 更新Pixiv服务器上游IP * Delete conf directory then reload * rename and rebuild the conf * 更新日志 * 自签证书★使用说明★ * Delete 备用文件 directory * Update nginx.conf * Update and rename Hosts to host * Delete hosts * Update and rename host to hosts
2024-12-04 21:33:21 +08:00
# iWara Start
upstream iWara-tv {
server 66.206.15.50:443;
#server 66.206.15.52:443;
#server 66.206.15.51:443;
#server [2606:4700:20::ac43:479a]:443;
#server [2606:4700:20::681a:c60]:443;
#server [2606:4700:20::681a:d60]:443;
#server 172.67.71.154:443;
#server 104.26.13.96:443;
#server 104.26.12.96:443;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name iwara.tv;
server_name i.iwara.tv;
server_name ecchi.iwara.tv;
server_name www.iwara.tv;
include cert.conf;
location / {
proxy_pass https://iwara-tv/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name api.iwara.tv;
include cert.conf;
location / {
proxy_pass https://66.206.15.51/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name mikoto.iwara.tv;
include cert.conf;
location / {
proxy_pass https://72.52.83.99:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name piko.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.57.37:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name hime.iwara.tv;
include cert.conf;
location / {
proxy_pass https://72.52.83.100:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name akane.iwara.tv;
include cert.conf;
location / {
proxy_pass https://62.210.114.100:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name akiko.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.76.76:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name aku.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.40.145:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name aoki.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.167.16:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name staging.iwara.tv;
server_name api.staging.iwara.tv;
server_name cdn.staging.iwara.tv;
server_name encoder.staging.iwara.tv;
server_name files.staging.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.61.17:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name arsloid.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.179.139:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name avanna.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.58:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name azuki.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.86.190:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name beni.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.77.14:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name boushi.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.179.4:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name bruno.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.19:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name caine.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.108.41:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name chika.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.182.4:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name clara.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.37.46:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name coco.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.56:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name cul.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.39.227:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name defosuke.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.179.227:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name files.iwara.tv;
include cert.conf;
location / {
proxy_pass https://66.165.240.194:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name gakuko.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.176.206:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name galaco.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.39.32:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name gumi.iwara.tv;
include cert.conf;
location / {
proxy_pass https://66.165.238.28:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name haku.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.168.39:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name hana.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.144:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name hatsune.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.118:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name hiyama.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.197:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ia.iwara.tv;
include cert.conf;
location / {
proxy_pass https://66.206.15.50:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kaai.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.159.52.12:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kagamine.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.117:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kagene.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.187.138:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kamui.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.108.22:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kanon.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.108.89:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kiki.iwara.tv;
server_name t.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.162.198:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kitano.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.98:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kohaku.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.39.30:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name kokone.iwara.tv;
include cert.conf;
location / {
proxy_pass https://62.210.114.118:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name komachi.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.172.163:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lily.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.167.20:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ling.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.187.40:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lola.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.38.98:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lorra.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.199:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name luka.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.168.15:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name lumi.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.159.52.17:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name luna.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.108.35:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name luo.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.211.199:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name macne.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.57:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name maika.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.85.51:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name mayu.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.172.53:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name megurine.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.105:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name meiko.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.37.60:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name merli.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.61.159:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name mew.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.32:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name miki.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.44.153:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name miku.iwara.tv;
include cert.conf;
location / {
proxy_pass https://66.165.238.26:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name miku-old.iwara.tv;
include cert.conf;
location / {
proxy_pass https://185.229.13.11:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name minarin.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.187.3:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name minato.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.235:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name momo.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.62.89:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name neru.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.177.74:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name o1.ptr4382.iwara.tv;
include cert.conf;
location / {
proxy_pass https://149.72.231.151:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name observium.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.77.14:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name one.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.60:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name otomachi.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.180.127:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name prima.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.85.51:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name rana.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.86.154:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name rin.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.86.186:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ring.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.180.11:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ringo.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.179.60:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name rion.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.108.28:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ritsu.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.85.51:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name rui.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.177.80:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ruko.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.61.193:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name seeu.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.37.114:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name service.iwara.tv;
include cert.conf;
location / {
proxy_pass https://85.187.128.60:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name shop.iwara.tv;
include cert.conf;
location / {
proxy_pass https://173.249.147.155:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name sonico.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.68:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name sonika.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.74:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name status.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.77.14:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name sue.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.180.69:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name sukone.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.42.175:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name support.iwara.tv;
include cert.conf;
location / {
proxy_pass https://23.92.16.148:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name suzune.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.108.29:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name ted.iwara.tv;
include cert.conf;
location / {
proxy_pass https://167.114.119.21:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name tei.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.40.81:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name test.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.190.4:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name teto.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.86.188:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name tianyi.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.108.32:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name tohoku.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.176.145:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name tone.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.108.27:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name uni.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.80.31:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name uta.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.40.123:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name utatane.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.120:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name xin.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.81.17:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name yanhe.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.201:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name yuiko.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.187.59:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name yukari.iwara.tv;
include cert.conf;
location / {
proxy_pass https://163.172.56.87:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name yuki.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.178.105:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name yuuki.iwara.tv;
include cert.conf;
location / {
proxy_pass https://51.15.172.241:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name yuzuki.iwara.tv;
include cert.conf;
location / {
proxy_pass https://195.154.112.119:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name zing.iwara.tv;
include cert.conf;
location / {
proxy_pass https://199.231.160.178:443/;
include shared-proxy-params-iwaras.conf;
}
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name zunko.iwara.tv;
include cert.conf;
location / {
proxy_pass https://62.210.114.128:443/;
include shared-proxy-params-iwaras.conf;
}
}
# iWara End