Describe the bug
Whenever I access my Oryx server, an unexpected website link (https://infird.com) shows up. Is it possible that there's some advertising code included? I would appreciate assistance from other developers in determining the cause.
Version
image: ossrs/oryx:5
deployment and installation environment
docker-compose
ubuntu 24.0
docker-compose.yaml
services:
oryx:
image: ossrs/oryx:5
container_name: oryx
restart: always
ports:
# HTTP
- "80:2022"
# HTTPS
- "443:2443"
# RTMP
- "1935:1935"
# RTC
- "8000:8000/udp"
# SRT
- "10080:10080/udp"
volumes:
# oryx data and ssl file
- ./data:/data
To Reproduce
Steps to reproduce the behavior:
When visiting my Oryx server, I used Google Chrome F12 debugging (Privacy and Security), and there was a strange network connection to [https://infird.com].
TRANS_BY_GPT4
Describe the bug
Whenever I access my Oryx server, an unexpected website link (https://infird.com) shows up. Is it possible that there's some advertising code included? I would appreciate assistance from other developers in determining the cause.
Version
image: ossrs/oryx:5
deployment and installation environment
docker-compose
ubuntu 24.0
docker-compose.yaml
To Reproduce
Steps to reproduce the behavior:
When visiting my Oryx server, I used Google Chrome F12 debugging (Privacy and Security), and there was a strange network connection to [https://infird.com].
TRANS_BY_GPT4