소스 검색

fix DNS outbound error in list

Co-Authored-By: Alireza Ahmadi <[email protected]>
mhsanaei 11 달 전
부모
커밋
a660ad6421
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/html/xui/xray.html

+ 1 - 1
web/html/xui/xray.html

@@ -1100,7 +1100,7 @@
                         serverObj = o.settings.servers;
                         break;
                     case Protocols.DNS:
-                        return [o.settings.address + ':' + o.settings.port];
+                        return [o.settings?.address + ':' + o.settings?.port];
                         case Protocols.Wireguard:
                         return o.settings.peers.map(peer => peer.endpoint);
                     default: