From c77833e8ed71e031317a6a1a9d60492d21d6f67e Mon Sep 17 00:00:00 2001 From: sharevb Date: Sat, 13 Jun 2026 21:20:21 +0200 Subject: [PATCH 1/3] Add GitHub Actions workflow for Vite bundle analysis --- .github/workflows/bundle-analyzer.yml | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/workflows/bundle-analyzer.yml diff --git a/.github/workflows/bundle-analyzer.yml b/.github/workflows/bundle-analyzer.yml new file mode 100644 index 0000000000..920e1e4071 --- /dev/null +++ b/.github/workflows/bundle-analyzer.yml @@ -0,0 +1,40 @@ +name: Vite Bundle Visualizer + +on: + push: + branches: [ chore/all-my-stuffs ] + +jobs: + analyze: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v6 + - run: | + echo "Before: corepack version => $(corepack --version || echo 'not installed')" + npm install -g corepack@latest + echo "After : corepack version => $(corepack --version)" + corepack enable + pnpm --version + - uses: actions/setup-node@v6 + with: + node-version: 22 + cache: 'pnpm' + + - name: Install dependencies + run: pnpm i --ignore-scripts + + # Ensure vite-bundle-visualizer is installed + # (or remove this step if already in package.json) + - name: Install visualizer + run: pnpm install --save-dev vite-bundle-visualizer + + - name: Build the app + run: pnpm build + + - name: Upload bundle visualizer report + uses: actions/upload-artifact@v4 + with: + name: bundle-visualizer-report + path: dist/stats.html + if-no-files-found: error From de3e223828a3f9cef3a57496a093cb8a68c13c42 Mon Sep 17 00:00:00 2001 From: sharevb Date: Sat, 13 Jun 2026 22:13:02 +0200 Subject: [PATCH 2/3] Add bundle visualizer report generation step Add step to generate bundle visualizer report using vite-bundle-visualizer. --- .github/workflows/bundle-analyzer.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/bundle-analyzer.yml b/.github/workflows/bundle-analyzer.yml index 920e1e4071..03c6f82a13 100644 --- a/.github/workflows/bundle-analyzer.yml +++ b/.github/workflows/bundle-analyzer.yml @@ -32,6 +32,12 @@ jobs: - name: Build the app run: pnpm build + - name: Generate bundle visualizer report + run: | + # Generate stats.html using npx + npx vite-bundle-visualizer dist --template treemap --open false + + - name: Upload bundle visualizer report uses: actions/upload-artifact@v4 with: From 70954c01429243a5177db1040a6b49de75737ce5 Mon Sep 17 00:00:00 2001 From: fred-head Date: Thu, 18 Jun 2026 12:39:27 +0200 Subject: [PATCH 3/3] Add resolver dropdown to dns tester --- src/tools/dns-tester/dns-tester.vue | 49 +++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/src/tools/dns-tester/dns-tester.vue b/src/tools/dns-tester/dns-tester.vue index f9f13dbe1b..af19d0994a 100644 --- a/src/tools/dns-tester/dns-tester.vue +++ b/src/tools/dns-tester/dns-tester.vue @@ -144,6 +144,45 @@ const dnsTypes = [ { value: 'ZONEMD', label: 'ZONEMD — Zone message digest' }, ]; +const resolverOptions = [ + { label: 'System default', value: '' }, + { label: 'Google 8.8.8.8', value: '8.8.8.8' }, + { label: 'Google 8.8.4.4', value: '8.8.4.4' }, + { label: 'Cloudflare 1.1.1.1', value: '1.1.1.1' }, + { label: 'Cloudflare 1.0.0.1', value: '1.0.0.1' }, + { label: 'Quad9 9.9.9.9', value: '9.9.9.9' }, + { label: 'Quad9 149.112.112.112', value: '149.112.112.112' }, + { label: 'OpenDNS 208.67.222.222', value: '208.67.222.222' }, + { label: 'OpenDNS 208.67.220.220', value: '208.67.220.220' }, + { label: 'CleanBrowsing 185.228.168.9', value: '185.228.168.9' }, + { label: 'CleanBrowsing 185.228.169.9', value: '185.228.169.9' }, + { label: 'DNS.Watch 84.200.69.80', value: '84.200.69.80' }, + { label: 'DNS.Watch 84.200.70.40', value: '84.200.70.40' }, + { label: 'FreeDNS 37.235.1.174', value: '37.235.1.174' }, + { label: 'FreeDNS 37.235.1.177', value: '37.235.1.177' }, + { label: 'FDN France 80.67.169.12', value: '80.67.169.12' }, + { label: 'FDN France 80.67.169.40', value: '80.67.169.40' }, + { label: 'Neustar EU 156.154.70.1', value: '156.154.70.1' }, + { label: 'Neustar EU 156.154.71.1', value: '156.154.71.1' }, + { label: 'Level3 209.244.0.3', value: '209.244.0.3' }, + { label: 'Level3 209.244.0.4', value: '209.244.0.4' }, + { label: 'Comodo 8.26.56.26', value: '8.26.56.26' }, + { label: 'Comodo 8.20.247.20', value: '8.20.247.20' }, + { label: 'CenturyLink 205.171.3.65', value: '205.171.3.65' }, + { label: 'CenturyLink 205.171.2.65', value: '205.171.2.65' }, + { label: 'DNSPod 119.29.29.29', value: '119.29.29.29' }, + { label: 'AliDNS 223.5.5.5', value: '223.5.5.5' }, + { label: 'AliDNS 223.6.6.6', value: '223.6.6.6' }, + { label: 'Yandex 77.88.8.8', value: '77.88.8.8' }, + { label: 'Yandex 77.88.8.1', value: '77.88.8.1' }, + { label: 'Naver Korea 125.209.222.141', value: '125.209.222.141' }, + { label: 'Naver Korea 125.209.249.1', value: '125.209.249.1' }, + { label: 'GigaDNS Brazil 189.38.95.95', value: '189.38.95.95' }, + { label: 'GigaDNS Brazil 189.38.95.96', value: '189.38.95.96' }, + { label: 'OpenDNS Africa 196.3.132.153', value: '196.3.132.153' }, + { label: 'OpenDNS Africa 196.3.132.154', value: '196.3.132.154' }, +]; + const resolverIP = ref(''); const dnsDomain = ref(''); @@ -221,8 +260,14 @@ const labelProps = { - - + +