博主头像
mxd's Blog

"The quieter you become,the more you are able to hear."

标签 IPTV 下的文章

mxd's EPG 服务器端如何配置域名?

转到[你的目录]/epg/settings.py修改下面的代码段# 允许的域名 ALLOWED_HOSTS = ['https://epg.crestekk.cn', 'https://epg.mxdyeah.top'] # 建议禁止或注释 # DENY :表示该页面不允许在 frame 中展示,即便是在相同域名的页面中嵌套也不允许 # SAMEORIGIN