{"title":"Mini Router + uFi","description":"","products":[{"product_id":"brume-2-gl-mt2500-vpn-security-gateway-with-eu-uk-plug-abs-plastic","title":"Brume 2 (GL-MT2500) VPN Security Gateway with EU+UK plug | ABS Plastic","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\n\u003cstyle scoped lang=\"scss\"\u003e\n    .mt2500 {\n\n        .carousel-indicators,\n        .carousel-control-next,\n        .carousel-control-prev {\n            filter: invert(20%);\n        }\n        .btn-round {\n            text-transform: uppercase;\n            font-weight: 700;\n            border-radius: 50px;\n            padding: 1rem 2rem;\n        }\n\n        .btn-round:hover {\n            color: #fff !important;\n        }\n\n        .btn-outline-secondary {\n            color: rgb(72, 72, 72);\n            border-color: rgb(72, 72, 72);\n        }\n\n        #youtube-playlist-container {\n            display: flex;\n            flex-direction: column;\n            \/* Stack items vertically *\/\n            align-items: center;\n            \/* Center items horizontally *\/\n        }\n\n        \/* Style for the video player container *\/\n        #playlistVideo {\n            width: 100%;\n            \/* Set width to 100% for responsiveness *\/\n            width: 660px;\n            \/* Set a maximum width for larger screens *\/\n            margin: 0 auto;\n            \/* Center the player horizontally *\/\n            height: 520px;\n        }\n\n        @media only screen and (max-width: 767px) {\n            #playlistVideo {\n                width: 450px;\n                \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n                max-width: none;\n                \/* Remove max-width for mobile responsiveness *\/\n                margin: 0;\n                \/* Remove any margin for mobile responsiveness *\/\n                height: 320px;\n            }\n        }\n\n        #ytplaylist {\n            overflow-y: auto;\n            \/* Enable vertical scrolling *\/\n            white-space: nowrap;\n            \/* Prevent items from wrapping to the next line *\/\n            display: flex;\n            flex-direction: column;\n            \/* Align items vertically *\/\n            background-color: black;\n            \/* Set background color to black *\/\n            padding: 20px;\n            \/* Add padding for better appearance *\/\n            max-height: 520px;\n            \/* Set max-height to the same value as the video player's height *\/\n        }\n\n        \/* Style for each playlist item *\/\n        #ytplaylist li {\n            list-style: none;\n            \/* Remove list-style points *\/\n            text-align: left;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            \/* Align items vertically *\/\n            transition: background-color 0.3s ease-in-out;\n            \/* Add a smooth transition effect for background color *\/\n        }\n\n        \/* Style for the playlist item on hover *\/\n        #ytplaylist li:hover {\n            background-color: #333;\n            \/* Change background color on hover *\/\n            border-radius: 15px;\n        }\n\n        \/* Style for the thumbnail images *\/\n        #ytplaylist img {\n            cursor: pointer;\n            border: 2px solid #ddd;\n            \/* Add a border to make it visually distinct *\/\n            border-radius: 8px;\n            transition: border-color 0.3s ease-in-out;\n            \/* Add a smooth transition effect *\/\n            margin-right: 10px;\n            \/* Add margin to separate image and title *\/\n            width: 150px;\n            \/* Set the image width *\/\n        }\n\n        \/* Style for the thumbnail images on hover *\/\n        #ytplaylist img:hover {\n            border-color: #555;\n            \/* Change border color on hover *\/\n        }\n\n        \/* Style for the video title container *\/\n        #ytplaylist .title-container {\n            max-width: 250px;\n            \/* Set the maximum width for the title container *\/\n            width: 100%;\n            \/* Ensure it takes up the available width *\/\n            white-space: normal;\n            \/* Allow text to break into multiple lines *\/\n        }\n\n        \/* Style for the video title *\/\n        #ytplaylist .video-title {\n            font-size: 14px;\n            color: white;\n            \/* Set text color to white *\/\n            transition: color 0.3s ease-in-out;\n            \/* Add a smooth transition effect for text color *\/\n            text-align: left;\n            \/* Align text to the left *\/\n        }\n\n        \/* Style for the video title on hover *\/\n        #ytplaylist li:hover .video-title {\n            color: #fff;\n            \/* Change text color on hover *\/\n        }\n        #ytListBtn {\n    display: none;\n}\n\n#ytPlayListUl {\n    flex: 1;\n    overflow: auto;\n    padding-bottom: 10px;\n}\n\n@media screen and (max-width: 1024px) {\n    #ytplaylist {\n        width: 100%;\n        padding: 0 20px;\n\n    }\n\n    #ytPlayListUl {\n        display: none;\n        padding: 20px;\n    }\n\n    #ytListBtn {\n        display: inline-block;\n    }\n\n    #ytplaylist h5 {\n        margin: 0;\n    }\n}\n        .project-tab {\n            padding-top: 3rem;\n            padding-bottom: 3rem;\n        }\n\n        .project-tab #tabs {\n            background: #007b5e;\n            color: #eee;\n        }\n\n        .project-tab #tabs h6.section-title {\n            color: #eee;\n        }\n\n        .project-tab #tabs .nav-tabs .nav-item.show .nav-link,\n        .nav-tabs .nav-link.active {\n            color: #3DC1CF;\n            background-color: transparent;\n            border-color: transparent transparent #f3f3f3;\n            border-bottom: 3px solid !important;\n            font-size: 16px;\n            font-weight: bold;\n        }\n\n        .project-tab .nav-link {\n            border: 1px solid transparent;\n            border-top-left-radius: .25rem;\n            border-top-right-radius: .25rem;\n            color: #676869;\n            font-size: 16px;\n            font-weight: 600;\n        }\n\n        .project-tab .nav-link:hover {\n            border: none;\n        }\n\n        .project-tab thead {\n            background: #f3f3f3;\n            color: #333;\n        }\n\n        .project-tab a {\n            text-decoration: none;\n            color: #333;\n            font-weight: 600;\n        }\n\n        .table tr td {\n            vertical-align: middle;\n        }\n\n        #adguard-section {\n            background-color: #04040f;\n        }\n\n        .adguard-icon {\n            background-color: #fff;\n        }\n\n        .adguard-ban-icon {\n            background-color: #ea2c13;\n            border-radius: 15px;\n            padding: 8px 8px;\n            margin-top: 8px;\n        }\n\n        #adguard-section .fa-ban {\n            background-color: #ea2c13;\n            border-radius: 50px;\n            padding-right: 5px;\n            font-size: 25px;\n        }\n\n        .adguard-tick-icon {\n            background-color: #66b574;\n            border-radius: 15px;\n            padding: 8px 8px;\n            margin-top: 8px;\n        }\n\n        #adguard-section .fa-circle-check {\n            background-color: #66b574;\n            border-radius: 50px;\n            padding-right: 5px;\n            font-size: 25px;\n        }\n\n        .text-mt2500 {\n            font-size: 1.5rem;\n            color: #4f53d4;\n        }\n\n        .mt2500-bg-primary {\n            background-color: #4f53d4 !important;\n        }\n\n        .mt2500-bg-secondary {\n            background-color: #3338c2 !important;\n        }\n\n        .btn-round-mt2500 {\n            background-color: #4f53d4;\n            color: #FFF!important;\n            border-radius: 50px;\n            padding: 1rem 2rem;\n            text-transform: uppercase;\n            font-weight: bold;\n\n            @media (max-width: 768px) {\n                min-height: 50px;\n                border-radius: 50px;\n                padding: 14px 1.5rem;\n                text-transform: uppercase;\n                font-weight: bold;\n            }\n        }\n\n        .btn-round-mt2500:hover {\n            background-color: #FFF;\n            color: #4f53d4!important;\n            border-color: #4f53d4;\n        }\n\n        #mailchimp-mt2500 {\n            color: #4f53d4;\n        }\n\n        #mailchimp-mt2500 input {\n            border: medium none;\n            color: gray;\n            font-size: 16px;\n            padding: 8px 25px;\n            width: 300px;\n            height: 50px;\n            border-radius: 25px 0px 0px 25px;\n\n            @include media-breakpoint-down(xs) {\n                width: 200px;\n            }\n        }\n\n        #mailchimp-mt2500 input.email {\n            background: #fff;\n        }\n\n        #mailchimp-mt2500 input[type=\"submit\"] {\n            background: #4f53d4;\n            color: #fff;\n            cursor: pointer;\n            font-size: 15px;\n            width: 135px;\n            height: 50px;\n            padding: 8px 3px;\n            border-radius: 0px 25px 25px 0px;\n            text-transform: uppercase;\n            font-weight: bold;\n\n            @include media-breakpoint-down(xs) {\n                width: 140%;\n            }\n        }\n\n        #mailchimp-mt2500 input[type=\"submit\"]:hover {\n            background-color: #3e41a3;\n            color: #FFF;\n        }\n\n        .circle-badge {\n            position: absolute;\n            right: 35%;\n            top: -50px;\n            background: #1490a4;\n            border-radius: 55%;\n            text-align: center;\n            color: #fff;\n            font-size: 14px;\n            width: 100px;\n            height: 100px;\n            padding: 15px 0 0 0;\n\n            @media (max-width: 991.98px) {\n                right: 38%;\n                top: -35px;\n                width: 80px;\n                height: 80px;\n            }\n        }\n\n        .icon-comparison {\n            font-size: 35px;\n\n            @media (max-width: 991.98px) {\n                font-size: 25px;\n            }\n        }\n    }\n\u003c\/style\u003e\n\n\u003cmain class=\"mt2500\"\u003e\n    \u003csection class=\"container-fluid gl-banner-top p-4 py-xl-5\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500-bg.jpg'); background-size: cover;\"\u003e\n        \u003cdiv class=\"row\"\u003e\n            \u003cdiv class=\"col-lg-5 pt-lg-4\"\u003e\n                \u003cimg class=\"img-fluid float-right\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_main.png\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-lg-7 pt-lg-5 mt-lg-3\"\u003e\n                \u003cdiv class=\"text-dark\"\u003e\n                    \u003csub\u003eGL-MT2500 \/ GL-MT2500A\u003c\/sub\u003e\n                    \u003ch1 class=\"font-weight-bold\"\u003eMEET Brume 2\u003c\/h1\u003e\n                    \u003ch3\u003eSecurity Gateway for Remote Access\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n            \u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n                \u003cdiv class=\"text-dark\"\u003e\n                    \u003ch2 class=\"font-weight-bold text-left\"\u003ePowerful VPN Gateway for Home Office and Remote Work\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Brume 2 (GL-MT2500\/GL-MT2500A) is a lightweight and powerful VPN Gateway that runs on OpenWrt\n                        v21.02\n                        operating system. It is compactly designed to host\n                        a VPN server at home, or run SD-WAN (Site-to-Site) for small and medium-sized enterprises.\n                    \u003c\/p\u003e\n\n                    \u003chr\u003e\n\n                    \u003cdiv style=\"font-size: 15px;\"\u003e\n                        \u003cspan\u003eSupports\u003c\/span\u003e\u003cspan class=\"txt-lg text-mt2500\"\u003e VPN Cascading\u003c\/span\u003e\u003cbr\u003e\n                        \u003cspan\u003eVPN Speed of \u003c\/span\u003e\u003cspan class=\"txt-lg text-mt2500\"\u003e150 Mbps\u003c\/span\u003e\u003cspan\u003e (OpenVPN)\n                            \u0026amp;\u003c\/span\u003e\n                        \u003cspan class=\"txt-lg text-mt2500\"\u003e355 Mbps\u003c\/span\u003e (WireGuard®)\u003cbr\u003e\n                        \u003cspan\u003eIdeal for \u003c\/span\u003e\u003cspan class=\"txt-lg text-mt2500\"\u003e hosting VPN server\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003ca class=\"btn btn-round btn-round-mt2500 mt-3 mr-3\" href=\"#specs\"\u003eLearn More\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n                \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n                    \u003col class=\"carousel-indicators\"\u003e\n                        \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"5\" class=\"\"\u003e\n                    \u003c\/li\u003e\n\u003c\/ol\u003e\n\n                    \u003cdiv class=\"carousel-inner\"\u003e\n                        \u003cdiv class=\"carousel-item active\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_1.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_1.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_1.jpg\" alt=\"GL-MT2500A\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_2.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_2.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_2.jpg\" alt=\"GL-MT2500A\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_3.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_3.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_3.jpg\" alt=\"GL-MT2500A\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_1.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_1.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_1.jpg\" alt=\"GL-MT2500\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_2.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_2.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_2.jpg\" alt=\"GL-MT2500\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_3.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_3.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_3.jpg\" alt=\"GL-MT2500\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n                        \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                        \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                    \u003c\/a\u003e\n                    \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n                        \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                        \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n        \u003cdiv class=\"row align-items-center justify-content-center text-center\"\u003e\n            \u003cdiv class=\"col-lg-8\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eVPN Cascading on Brume 2\u003c\/h2\u003e\n                \u003cp\u003e\n                    Brume 2 is pre-installed with OpenVPN and WireGuard®, it supports running VPN server and client at\n                    the\n                    same time\n                    within the same device, enabling users to remote access local network resources like Wi-Fi printers\n                    or\n                    local web\n                    servers, and accessing the public internet as a VPN client at the same time.\n                \u003c\/p\u003e\n                \u003cimg class=\"img-fluid text-center\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_vpn-cascading.png\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection id=\"vpn\" class=\"container-fluid p-4 py-lg-5\"\u003e\n        \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n            \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n                \u003cdiv class=\"text-dark\"\u003e\n                    \u003csub\u003e30+ VPN SERVICE PROVIDERS FOR YOUR SELECTION\u003c\/sub\u003e\n                    \u003ch2 class=\"font-weight-bold text-left\"\u003eFast and Secure Browsing with OpenVPN and WireGuard®\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Brume 2 comes with an open source based VPN solution, users can select from 30+ VPN service\n                        providers to optimize their network\n                        experience. It automatically redirects all network traffic within the connected network to your\n                        VPN\n                        service or server, including\n                        guest devices and client devices that are not capable of running VPN.\n                    \u003c\/p\u003e\n                    \u003cp\u003e\n                        WireGuard® is a\n                        registered trademark of Jason A.Donenfeld.\n                    \u003c\/p\u003e\n\n\n                    \u003cspan\u003eWireGuard\u003c\/span\u003e\n                    \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                        \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated mt2500-bg-primary\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003e\n                            Max. 355Mbps\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cbr\u003e\n\n                    \u003cspan\u003eOpenVPN\u003c\/span\u003e\n                    \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                        \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated mt2500-bg-secondary\" role=\"progressbar\" style=\"width:25%\" aria-valuenow=\"25\" aria-valuemin=\"0\" aria-valuemax=\"25\"\u003e\n                            Max. 150Mbps\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"py-3\" style=\"font-size:13px;\"\u003e\n                        \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network\n                            configuration.\u003c\/i\u003e\u003cbr\u003e\n                        \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results\n                            above\n                            are in client mode.\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" alt=\"30+ Commercial VPN services provider\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid bg-light\"\u003e\n        \u003cdiv class=\"row align-items-center justify-content-start\"\u003e\n            \u003cdiv class=\"col-lg-6 col-xl-6 px-0\"\u003e\n                \u003cimg class=\"img-fluid text-center\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_scene_1.jpg\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-lg-6 col-xl-5 pl-lg-5 mt-lg-0 mt-3\"\u003e\n                \u003ch2 class=\"font-weight-bold text-left\"\u003eHost Your Own VPN Server \u0026amp; Client at Home or Office\u003c\/h2\u003e\n                \u003cp\u003e\n                    Brume 2 runs fast VPN speed which allows you to access your home network away from home securely and\n                    easily. It is\n                    equipped with a USB 3.0 port to provide a significant advancement in data transfer speed and give\n                    you\n                    the flexibility\n                    to upgrade your server storage whenever you want.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid\" id=\"openwrt\"\u003e\n        \u003cdiv class=\"row justify-content-end align-items-center\"\u003e\n            \u003cdiv class=\"col-lg-6 col-xl-6 px-0 order-lg-2\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_scene_4.jpg\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-lg-6 col-xl-5 pr-lg-5 order-lg-1 mt-lg-0 mt-3\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eRuns on OpenWrt 21.02 Operating System\u003c\/h2\u003e\n                \u003cp\u003e\n                    Brume 2 runs on open-source OpenWrt firmware, supporting thousands of ready-made plugins for\n                    customization. Simply browse, manage, and update packages within the router's Admin Panel.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid\"\u003e\n        \u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n            \u003cdiv class=\"col-xl-6 px-0\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-m2\/m2_with-mt2500.jpg\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-xl-0\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eGet Your 5G Network Up and Running\u003c\/h2\u003e\n                \u003cp\u003e\n                    Use Brume 2 together with the GL-M2 Development Board which is designed to connect you to a 5G\n                    network\n                    and give\n                    you the internet you deserve. With a built-in SIM card slot, the GL-M2 Development Board serves as a\n                    5G\n                    modem for your\n                    router to get your internet up and running, whether you are residing in a remote area with no\n                    internet\n                    access or\n                    traveling on the road. Even better, the GL-M2 Development Board features multi-WAN, supporting\n                    failover\n                    and load\n                    balancing to keep you connected at all times.\n                \u003c\/p\u003e\n                \u003ca class=\"btn btn-round btn-outline-secondary mt-2\" href=\"\/products\/m2-5g-development-board\" target=\"_blank\"\u003eLearn\n                    More\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n        \u003cdiv class=\"row justify-content-center text-center\"\u003e\n            \u003cdiv class=\"col-lg-8\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eIncredibly Lightweight \u0026amp; Stylish design\u003c\/h2\u003e\n                \u003cp\u003e\n                    Brume 2 comes in two versions: a frosted metabolic case and light weight plastic case made of ABS\n                    plastic.\n                \u003c\/p\u003e\n                \u003cdiv class=\"row justify-content-center align-items-center pt-5 text-center\"\u003e\n                    \u003cdiv class=\"col-10 col-lg-4\"\u003e\n                        \u003cdiv class=\"card rounded p-2 p-lg-5\"\u003e\n                            \u003cspan class=\"circle-badge\"\u003e\u003ci class=\"fas fa-star pb-2 icon-comparison\"\u003e\u003c\/i\u003e\u003cbr\u003eStylish\u003c\/span\u003e\n                            \u003cimg class=\"img-fluid p-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_main.jpg\" alt=\"GL-MT2500A\"\u003e\n                            \u003ch5 class=\"card-title text-center font-weight-bold\"\u003eGL-MT2500A\u003c\/h5\u003e\n                            \u003cp class=\"card-text text-center\"\u003eAluminium alloy\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"col-6 col-lg-1 py-5 py-lg-0\"\u003e\n                        \u003ch3 class=\"font-weight-bold\"\u003eVS\u003c\/h3\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"col-10 col-lg-4\"\u003e\n                        \u003cdiv class=\"card rounded p-2 p-lg-5\"\u003e\n                            \u003cspan class=\"circle-badge\"\u003e\u003ci class=\"fa-solid fa-thumbs-up pb-2 icon-comparison\"\u003e\u003c\/i\u003e\u003cbr\u003eBest\n                                Value\u003c\/span\u003e\n                            \u003cimg class=\"img-fluid p-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_main.jpg\" alt=\"GL-MT2500\"\u003e\n                            \u003ch5 class=\"card-title text-center font-weight-bold\"\u003eGL-MT2500\u003c\/h5\u003e\n                            \u003cp class=\"card-text text-center\"\u003eABS plastic\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection id=\"tabs\" class=\"project-tab\"\u003e\n        \u003cdiv class=\"container-xl\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-lg-12 pt-3\"\u003e\n                    \u003cdiv class=\"justify-content-center text-center\"\u003e\n                        \u003cnav\u003e\n\n                            \u003cdiv class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"scenarioslist\"\u003e\n                                \u003ca class=\"nav-item nav-link active\" href=\"#personal-data-privacy\" data-toggle=\"tab\" id=\"virtual-office-tab\" role=\"tab\" aria-controls=\"personal-data-privacy\" aria-selected=\"true\"\u003eRemote Office \/ Work From Home\u003c\/a\u003e\n                                \u003ca class=\"nav-item nav-link\" href=\"#unrestricted-access-worldwide\" data-toggle=\"tab\" id=\"unrestricted-access-worldwide-tab\" role=\"tab\" aria-controls=\"unrestricted-access-worldwide\" aria-selected=\"false\"\u003e Home Server\n                                    Accessible From Anywhere\u003c\/a\u003e\n                                \u003ca class=\"nav-item nav-link\" href=\"#business-data-security\" data-toggle=\"tab\" id=\"business-data-security-tab\" role=\"tab\" aria-controls=\"business-data-security\" aria-selected=\"false\"\u003eMultiple Offices Collaboration\u003c\/a\u003e\n                            \u003c\/div\u003e\n                        \u003c\/nav\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tab-content pt-4\" id=\"scenariosContent\"\u003e\n                    \u003cdiv class=\"tab-pane show active\" id=\"personal-data-privacy\" role=\"tabpanel\" aria-labelledby=\"personal-data-privacy-tab\"\u003e\n                        \u003cdiv class=\"col-lg-12 align-self-center\"\u003e\n                            \u003cp\u003e\n                                Staff working at home can access internal resources and sensitive information stored\n                                under\n                                a corporate private network via encrypted VPN tunnels.\n                            \u003c\/p\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_remote-work.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tab-pane fade\" id=\"unrestricted-access-worldwide\" role=\"tabpanel\" aria-labelledby=\"unrestricted-access-worldwide-tab\"\u003e\n                        \u003cdiv class=\"col-lg-12 align-self-center\"\u003e\n                            \u003cp\u003e\n                                Build your own VPN server with Brume 2. It provides a cost efficient way to access local\n                                files away from home securely and bypass geo-blocking.\n                            \u003c\/p\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_home-server.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tab-pane fade\" id=\"business-data-security\" role=\"tabpanel\" aria-labelledby=\"business-data-security-tab\"\u003e\n                        \u003cdiv class=\"col-lg-12 align-self-center\"\u003e\n                            \u003cp\u003e\n                                Form a virtual office between head office and branch offices effortlessly and all the\n                                internal communications are protected by VPN encryption.\n                            \u003c\/p\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_sd-wan.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid p-4 py-lg-5\" id=\"adguard-section\"\u003e\n        \u003cdiv class=\"text-center text-light\"\u003e\n            \u003ch2 class=\"font-weight-bold\"\u003eBlock Ads \u0026amp; Tracking for Free\u003c\/h2\u003e\n            \u003cp\u003eAdGuard Home Ready on Router\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n            \u003cdiv class=\"col-md-10 col-lg-5\"\u003e\n                \u003cimg class=\"img-fluid shadow rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/ax1800-campaign-adguard.png\" alt=\"AdGuard on admin panel\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-light col-md-10 col-lg-5\"\u003e\n                \u003cdiv class=\"row\"\u003e\n                    \u003cdiv class=\"col-12 \"\u003e\n                        \u003cdiv class=\"adguard-ban-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block ads for all client devices\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"adguard-ban-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block online trackers and analytics by default\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"adguard-ban-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block age-restricted content and services as needed\u003c\/h6\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"col-12  pt-3\"\u003e\n                        \u003cdiv class=\"adguard-tick-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Customizable DNS filters\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"adguard-tick-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Keep sensitive online data safe\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"adguard-tick-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Enforce family browsing security\u003c\/h6\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Product Reviews from Youtubers --\u003e\n    \u003csection class=\"container-fluid bg-light px-0 py-4 py-lg-5\"\u003e\n        \u003cdiv class=\"text-center\"\u003e\n            \u003ch2 class=\"font-weight-bold pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv id=\"youtube-playlist-container\"\u003e\n            \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n                \u003cdiv id=\"ytvideoPlayer\"\u003e\n                    \u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/MFAaTSkM4JQ\" frameborder=\"0\" allowfullscreen=\"\" style=\"max-width:100%;\"\u003e\u003c\/iframe\u003e\n                \u003c\/div\u003e\n                \u003cdiv id=\"ytplaylist\"\u003e\n                    \u003ch5 onclick=\"showYtPlayList()\" class=\"text-light text-center py-3\"\u003e\n                        Brume 2 (GL-MT2500) Reviews\n                        \u003cspan id=\"ytListBtn\"\u003e\n                            \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\"\u003e\u003c\/i\u003e\n                        \u003c\/span\u003e\n                    \u003c\/h5\u003e\n                    \u003cul id=\"ytPlayListUl\"\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/MFAaTSkM4JQ\/maxresdefault.jpg\" alt=\"Video 0\" onclick=\"changeVideo('MFAaTSkM4JQ')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eThe SMALLEST VPN Gateway - GL.iNet Brume2\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/4qtT_rubiMo\/maxresdefault.jpg\" alt=\"Video 1\" onclick=\"changeVideo('4qtT_rubiMo')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003e2023! Eigenes VPN gratis für die Reise mit FRITZ!Box oder GL.iNet\n                                    Brume 2\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/6fjxU8Czdcc\/maxresdefault.jpg\" alt=\"Video 2\" onclick=\"changeVideo('6fjxU8Czdcc')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eServidor VPN, AdGuard, TOR e Muito Mais! O Gateway de Segurança!\n                                    |\n                                    BRUME 2 (GL.inet GL-MT2500)\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/KJyXegsjuvI\/hqdefault.jpg\" alt=\"Video 3\" onclick=\"changeVideo('KJyXegsjuvI')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eNeues von GL.iNET Brume 2 \u0026amp; Beryl AX \/\/ Man in the Middle Attack\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/jxzPHmuO-OQ\/hqdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('jxzPHmuO-OQ')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eBrume 2 WireGuard VPN Setup to connect with @SpaceinvaderOne\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/BKSutw6YWQM\/maxresdefault.jpg\" alt=\"Video 5\" onclick=\"changeVideo('BKSutw6YWQM')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eGL.iNet Flint 2 Multi-WAN Router Walkthrough VPN \u0026amp; Speed Test\n                                    Review\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cdiv class=\"mt-2\"\u003e\n                            \u003ca class=\"btn btn-outline-light btn-block\" target=\"_blank\" href=\"https:\/\/youtube.com\/playlist?list=PLWQT710fjyEayDc7ZVEXWuepcZ5Hi-Iqk\u0026amp;feature=shared\"\u003eView\n                                More\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"product-specs-section py-4 py-lg-5\" id=\"specs\"\u003e\n        \u003cdiv class=\"container-fluid\"\u003e\n            \u003cdiv class=\"row justify-content-center px-lg-5\"\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003ca href=\"#vpn\"\u003e\n                        \u003cpicture\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client\/Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/a\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eVPN Client\/\u003cbr\u003eServer\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" alt=\"USB 3.0 Port\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eUSB 3.0\u003cbr\u003ePort\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.png\" alt=\"Tor Anonymity\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eTor Anonymity\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003ca href=\"#adguard-section\"\u003e\n                        \u003cpicture\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.webp\" type=\"image\/webp\"\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.png\" type=\"image\/png\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.png\" alt=\"AdGuard Home\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/a\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sd-wan.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sd-wan.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sd-wan.png\" alt=\"SD-WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eSD-WAN\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\u003c\/main\u003e\n\u003cscript\u003e\n    \/\/ 移动端youtube 下拉列表显示隐藏\nfunction showYtPlayList(){\n    if(window.innerWidth \u003e 1024){\n      return\n    }\n    if( !document.getElementById('ytPlayListUl').style.display ||   document.getElementById('ytPlayListUl').style.display == 'none'){\n      document.getElementById('ytPlayListUl').style.display = 'block';\n      document.getElementById('ytListBtnIcon').className = 'fa fa-chevron-up'\n    }else{\n       document.getElementById('ytPlayListUl').style.display = 'none';\n       document.getElementById('ytListBtnIcon').className = 'fa fa-chevron-down'\n  \n    }\n    \n  }\n  \/\/ Function to change the YouTube video - Video YouTube List\n  function changeVideo(videoId) {\n    const videoPlayer = document.getElementById('playlistVideo');\n    videoPlayer.src = `https:\/\/www.youtube.com\/embed\/${videoId}`;\n  }\n\n\u003c\/script\u003e","brand":"GL.iNet","offers":[{"title":"Default Title","offer_id":47571450331434,"sku":"MT2500-4PX-UK","price":68.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/7968\/8746\/files\/1-shopify_mt2500_main.jpg?v=1718703474"},{"product_id":"brume-2-gl-mt2500avpn-security-gateway-with-eu-uk-plug-aluminium-alloy","title":"Brume 2 (GL-MT2500A) VPN Security Gateway with EU+UK plug | Aluminium Alloy","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\n\u003cstyle scoped lang=\"scss\"\u003e\n    .mt2500 {\n\n        .carousel-indicators,\n        .carousel-control-next,\n        .carousel-control-prev {\n            filter: invert(20%);\n        }\n        .btn-round {\n            text-transform: uppercase;\n            font-weight: 700;\n            border-radius: 50px;\n            padding: 1rem 2rem;\n        }\n\n        .btn-round:hover {\n            color: #fff !important;\n        }\n\n        .btn-outline-secondary {\n            color: rgb(72, 72, 72);\n            border-color: rgb(72, 72, 72);\n        }\n\n        #youtube-playlist-container {\n            display: flex;\n            flex-direction: column;\n            \/* Stack items vertically *\/\n            align-items: center;\n            \/* Center items horizontally *\/\n        }\n\n        \/* Style for the video player container *\/\n        #playlistVideo {\n            width: 100%;\n            \/* Set width to 100% for responsiveness *\/\n            width: 660px;\n            \/* Set a maximum width for larger screens *\/\n            margin: 0 auto;\n            \/* Center the player horizontally *\/\n            height: 520px;\n        }\n\n        @media only screen and (max-width: 767px) {\n            #playlistVideo {\n                width: 450px;\n                \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n                max-width: none;\n                \/* Remove max-width for mobile responsiveness *\/\n                margin: 0;\n                \/* Remove any margin for mobile responsiveness *\/\n                height: 320px;\n            }\n        }\n\n        #ytplaylist {\n            overflow-y: auto;\n            \/* Enable vertical scrolling *\/\n            white-space: nowrap;\n            \/* Prevent items from wrapping to the next line *\/\n            display: flex;\n            flex-direction: column;\n            \/* Align items vertically *\/\n            background-color: black;\n            \/* Set background color to black *\/\n            padding: 20px;\n            \/* Add padding for better appearance *\/\n            max-height: 520px;\n            \/* Set max-height to the same value as the video player's height *\/\n        }\n\n        \/* Style for each playlist item *\/\n        #ytplaylist li {\n            list-style: none;\n            \/* Remove list-style points *\/\n            text-align: left;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            \/* Align items vertically *\/\n            transition: background-color 0.3s ease-in-out;\n            \/* Add a smooth transition effect for background color *\/\n        }\n\n        \/* Style for the playlist item on hover *\/\n        #ytplaylist li:hover {\n            background-color: #333;\n            \/* Change background color on hover *\/\n            border-radius: 15px;\n        }\n\n        \/* Style for the thumbnail images *\/\n        #ytplaylist img {\n            cursor: pointer;\n            border: 2px solid #ddd;\n            \/* Add a border to make it visually distinct *\/\n            border-radius: 8px;\n            transition: border-color 0.3s ease-in-out;\n            \/* Add a smooth transition effect *\/\n            margin-right: 10px;\n            \/* Add margin to separate image and title *\/\n            width: 150px;\n            \/* Set the image width *\/\n        }\n\n        \/* Style for the thumbnail images on hover *\/\n        #ytplaylist img:hover {\n            border-color: #555;\n            \/* Change border color on hover *\/\n        }\n\n        \/* Style for the video title container *\/\n        #ytplaylist .title-container {\n            max-width: 250px;\n            \/* Set the maximum width for the title container *\/\n            width: 100%;\n            \/* Ensure it takes up the available width *\/\n            white-space: normal;\n            \/* Allow text to break into multiple lines *\/\n        }\n\n        \/* Style for the video title *\/\n        #ytplaylist .video-title {\n            font-size: 14px;\n            color: white;\n            \/* Set text color to white *\/\n            transition: color 0.3s ease-in-out;\n            \/* Add a smooth transition effect for text color *\/\n            text-align: left;\n            \/* Align text to the left *\/\n        }\n\n        \/* Style for the video title on hover *\/\n        #ytplaylist li:hover .video-title {\n            color: #fff;\n            \/* Change text color on hover *\/\n        }\n        #ytListBtn {\n    display: none;\n}\n\n#ytPlayListUl {\n    flex: 1;\n    overflow: auto;\n    padding-bottom: 10px;\n}\n\n@media screen and (max-width: 1024px) {\n    #ytplaylist {\n        width: 100%;\n        padding: 0 20px;\n\n    }\n\n    #ytPlayListUl {\n        display: none;\n        padding: 20px;\n    }\n\n    #ytListBtn {\n        display: inline-block;\n    }\n\n    #ytplaylist h5 {\n        margin: 0;\n    }\n}\n        .project-tab {\n            padding-top: 3rem;\n            padding-bottom: 3rem;\n        }\n\n        .project-tab #tabs {\n            background: #007b5e;\n            color: #eee;\n        }\n\n        .project-tab #tabs h6.section-title {\n            color: #eee;\n        }\n\n        .project-tab #tabs .nav-tabs .nav-item.show .nav-link,\n        .nav-tabs .nav-link.active {\n            color: #3DC1CF;\n            background-color: transparent;\n            border-color: transparent transparent #f3f3f3;\n            border-bottom: 3px solid !important;\n            font-size: 16px;\n            font-weight: bold;\n        }\n\n        .project-tab .nav-link {\n            border: 1px solid transparent;\n            border-top-left-radius: .25rem;\n            border-top-right-radius: .25rem;\n            color: #676869;\n            font-size: 16px;\n            font-weight: 600;\n        }\n\n        .project-tab .nav-link:hover {\n            border: none;\n        }\n\n        .project-tab thead {\n            background: #f3f3f3;\n            color: #333;\n        }\n\n        .project-tab a {\n            text-decoration: none;\n            color: #333;\n            font-weight: 600;\n        }\n\n        .table tr td {\n            vertical-align: middle;\n        }\n\n        #adguard-section {\n            background-color: #04040f;\n        }\n\n        .adguard-icon {\n            background-color: #fff;\n        }\n\n        .adguard-ban-icon {\n            background-color: #ea2c13;\n            border-radius: 15px;\n            padding: 8px 8px;\n            margin-top: 8px;\n        }\n\n        #adguard-section .fa-ban {\n            background-color: #ea2c13;\n            border-radius: 50px;\n            padding-right: 5px;\n            font-size: 25px;\n        }\n\n        .adguard-tick-icon {\n            background-color: #66b574;\n            border-radius: 15px;\n            padding: 8px 8px;\n            margin-top: 8px;\n        }\n\n        #adguard-section .fa-circle-check {\n            background-color: #66b574;\n            border-radius: 50px;\n            padding-right: 5px;\n            font-size: 25px;\n        }\n\n        .text-mt2500 {\n            font-size: 1.5rem;\n            color: #4f53d4;\n        }\n\n        .mt2500-bg-primary {\n            background-color: #4f53d4 !important;\n        }\n\n        .mt2500-bg-secondary {\n            background-color: #3338c2 !important;\n        }\n\n        .btn-round-mt2500 {\n            background-color: #4f53d4;\n            color: #FFF!important;\n            border-radius: 50px;\n            padding: 1rem 2rem;\n            text-transform: uppercase;\n            font-weight: bold;\n\n            @media (max-width: 768px) {\n                min-height: 50px;\n                border-radius: 50px;\n                padding: 14px 1.5rem;\n                text-transform: uppercase;\n                font-weight: bold;\n            }\n        }\n\n        .btn-round-mt2500:hover {\n            background-color: #FFF;\n            color: #4f53d4!important;\n            border-color: #4f53d4;\n        }\n\n        #mailchimp-mt2500 {\n            color: #4f53d4;\n        }\n\n        #mailchimp-mt2500 input {\n            border: medium none;\n            color: gray;\n            font-size: 16px;\n            padding: 8px 25px;\n            width: 300px;\n            height: 50px;\n            border-radius: 25px 0px 0px 25px;\n\n            @include media-breakpoint-down(xs) {\n                width: 200px;\n            }\n        }\n\n        #mailchimp-mt2500 input.email {\n            background: #fff;\n        }\n\n        #mailchimp-mt2500 input[type=\"submit\"] {\n            background: #4f53d4;\n            color: #fff;\n            cursor: pointer;\n            font-size: 15px;\n            width: 135px;\n            height: 50px;\n            padding: 8px 3px;\n            border-radius: 0px 25px 25px 0px;\n            text-transform: uppercase;\n            font-weight: bold;\n\n            @include media-breakpoint-down(xs) {\n                width: 140%;\n            }\n        }\n\n        #mailchimp-mt2500 input[type=\"submit\"]:hover {\n            background-color: #3e41a3;\n            color: #FFF;\n        }\n\n        .circle-badge {\n            position: absolute;\n            right: 35%;\n            top: -50px;\n            background: #1490a4;\n            border-radius: 55%;\n            text-align: center;\n            color: #fff;\n            font-size: 14px;\n            width: 100px;\n            height: 100px;\n            padding: 15px 0 0 0;\n\n            @media (max-width: 991.98px) {\n                right: 38%;\n                top: -35px;\n                width: 80px;\n                height: 80px;\n            }\n        }\n\n        .icon-comparison {\n            font-size: 35px;\n\n            @media (max-width: 991.98px) {\n                font-size: 25px;\n            }\n        }\n    }\n\u003c\/style\u003e\n\n\u003cmain class=\"mt2500\"\u003e\n    \u003csection class=\"container-fluid gl-banner-top p-4 py-xl-5\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500-bg.jpg'); background-size: cover;\"\u003e\n        \u003cdiv class=\"row\"\u003e\n            \u003cdiv class=\"col-lg-5 pt-lg-4\"\u003e\n                \u003cimg class=\"img-fluid float-right\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_main.png\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-lg-7 pt-lg-5 mt-lg-3\"\u003e\n                \u003cdiv class=\"text-dark\"\u003e\n                    \u003csub\u003eGL-MT2500 \/ GL-MT2500A\u003c\/sub\u003e\n                    \u003ch1 class=\"font-weight-bold\"\u003eMEET Brume 2\u003c\/h1\u003e\n                    \u003ch3\u003eSecurity Gateway for Remote Access\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n            \u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n                \u003cdiv class=\"text-dark\"\u003e\n                    \u003ch2 class=\"font-weight-bold text-left\"\u003ePowerful VPN Gateway for Home Office and Remote Work\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Brume 2 (GL-MT2500\/GL-MT2500A) is a lightweight and powerful VPN Gateway that runs on OpenWrt\n                        v21.02\n                        operating system. It is compactly designed to host\n                        a VPN server at home, or run SD-WAN (Site-to-Site) for small and medium-sized enterprises.\n                    \u003c\/p\u003e\n\n                    \u003chr\u003e\n\n                    \u003cdiv style=\"font-size: 15px;\"\u003e\n                        \u003cspan\u003eSupports\u003c\/span\u003e\u003cspan class=\"txt-lg text-mt2500\"\u003e VPN Cascading\u003c\/span\u003e\u003cbr\u003e\n                        \u003cspan\u003eVPN Speed of \u003c\/span\u003e\u003cspan class=\"txt-lg text-mt2500\"\u003e150 Mbps\u003c\/span\u003e\u003cspan\u003e (OpenVPN)\n                            \u0026amp;\u003c\/span\u003e\n                        \u003cspan class=\"txt-lg text-mt2500\"\u003e355 Mbps\u003c\/span\u003e (WireGuard®)\u003cbr\u003e\n                        \u003cspan\u003eIdeal for \u003c\/span\u003e\u003cspan class=\"txt-lg text-mt2500\"\u003e hosting VPN server\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003ca class=\"btn btn-round btn-round-mt2500 mt-3 mr-3\" href=\"#specs\"\u003eLearn More\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n                \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n                    \u003col class=\"carousel-indicators\"\u003e\n                        \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"5\" class=\"\"\u003e\n                    \u003c\/li\u003e\n\u003c\/ol\u003e\n\n                    \u003cdiv class=\"carousel-inner\"\u003e\n                        \u003cdiv class=\"carousel-item active\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_1.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_1.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_1.jpg\" alt=\"GL-MT2500A\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_2.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_2.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_2.jpg\" alt=\"GL-MT2500A\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_3.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_3.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_3.jpg\" alt=\"GL-MT2500A\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_1.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_1.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_1.jpg\" alt=\"GL-MT2500\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_2.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_2.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_2.jpg\" alt=\"GL-MT2500\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"carousel-item\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_3.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_3.jpg\" type=\"image\/jpg\"\u003e\n                                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_3.jpg\" alt=\"GL-MT2500\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                    \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n                        \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                        \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                    \u003c\/a\u003e\n                    \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n                        \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                        \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n        \u003cdiv class=\"row align-items-center justify-content-center text-center\"\u003e\n            \u003cdiv class=\"col-lg-8\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eVPN Cascading on Brume 2\u003c\/h2\u003e\n                \u003cp\u003e\n                    Brume 2 is pre-installed with OpenVPN and WireGuard®, it supports running VPN server and client at\n                    the\n                    same time\n                    within the same device, enabling users to remote access local network resources like Wi-Fi printers\n                    or\n                    local web\n                    servers, and accessing the public internet as a VPN client at the same time.\n                \u003c\/p\u003e\n                \u003cimg class=\"img-fluid text-center\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_vpn-cascading.png\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection id=\"vpn\" class=\"container-fluid p-4 py-lg-5\"\u003e\n        \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n            \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n                \u003cdiv class=\"text-dark\"\u003e\n                    \u003csub\u003e30+ VPN SERVICE PROVIDERS FOR YOUR SELECTION\u003c\/sub\u003e\n                    \u003ch2 class=\"font-weight-bold text-left\"\u003eFast and Secure Browsing with OpenVPN and WireGuard®\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Brume 2 comes with an open source based VPN solution, users can select from 30+ VPN service\n                        providers to optimize their network\n                        experience. It automatically redirects all network traffic within the connected network to your\n                        VPN\n                        service or server, including\n                        guest devices and client devices that are not capable of running VPN.\n                    \u003c\/p\u003e\n                    \u003cp\u003e\n                        WireGuard® is a\n                        registered trademark of Jason A.Donenfeld.\n                    \u003c\/p\u003e\n\n\n                    \u003cspan\u003eWireGuard\u003c\/span\u003e\n                    \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                        \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated mt2500-bg-primary\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003e\n                            Max. 355Mbps\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cbr\u003e\n\n                    \u003cspan\u003eOpenVPN\u003c\/span\u003e\n                    \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                        \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated mt2500-bg-secondary\" role=\"progressbar\" style=\"width:25%\" aria-valuenow=\"25\" aria-valuemin=\"0\" aria-valuemax=\"25\"\u003e\n                            Max. 150Mbps\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"py-3\" style=\"font-size:13px;\"\u003e\n                        \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network\n                            configuration.\u003c\/i\u003e\u003cbr\u003e\n                        \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results\n                            above\n                            are in client mode.\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" alt=\"30+ Commercial VPN services provider\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid bg-light\"\u003e\n        \u003cdiv class=\"row align-items-center justify-content-start\"\u003e\n            \u003cdiv class=\"col-lg-6 col-xl-6 px-0\"\u003e\n                \u003cimg class=\"img-fluid text-center\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_scene_1.jpg\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-lg-6 col-xl-5 pl-lg-5 mt-lg-0 mt-3\"\u003e\n                \u003ch2 class=\"font-weight-bold text-left\"\u003eHost Your Own VPN Server \u0026amp; Client at Home or Office\u003c\/h2\u003e\n                \u003cp\u003e\n                    Brume 2 runs fast VPN speed which allows you to access your home network away from home securely and\n                    easily. It is\n                    equipped with a USB 3.0 port to provide a significant advancement in data transfer speed and give\n                    you\n                    the flexibility\n                    to upgrade your server storage whenever you want.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid\" id=\"openwrt\"\u003e\n        \u003cdiv class=\"row justify-content-end align-items-center\"\u003e\n            \u003cdiv class=\"col-lg-6 col-xl-6 px-0 order-lg-2\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_scene_4.jpg\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-lg-6 col-xl-5 pr-lg-5 order-lg-1 mt-lg-0 mt-3\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eRuns on OpenWrt 21.02 Operating System\u003c\/h2\u003e\n                \u003cp\u003e\n                    Brume 2 runs on open-source OpenWrt firmware, supporting thousands of ready-made plugins for\n                    customization. Simply browse, manage, and update packages within the router's Admin Panel.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid\"\u003e\n        \u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n            \u003cdiv class=\"col-xl-6 px-0\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-m2\/m2_with-mt2500.jpg\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-xl-0\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eGet Your 5G Network Up and Running\u003c\/h2\u003e\n                \u003cp\u003e\n                    Use Brume 2 together with the GL-M2 Development Board which is designed to connect you to a 5G\n                    network\n                    and give\n                    you the internet you deserve. With a built-in SIM card slot, the GL-M2 Development Board serves as a\n                    5G\n                    modem for your\n                    router to get your internet up and running, whether you are residing in a remote area with no\n                    internet\n                    access or\n                    traveling on the road. Even better, the GL-M2 Development Board features multi-WAN, supporting\n                    failover\n                    and load\n                    balancing to keep you connected at all times.\n                \u003c\/p\u003e\n                \u003ca class=\"btn btn-round btn-outline-secondary mt-2\" href=\"\/products\/m2-5g-development-board\" target=\"_blank\"\u003eLearn\n                    More\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n        \u003cdiv class=\"row justify-content-center text-center\"\u003e\n            \u003cdiv class=\"col-lg-8\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eIncredibly Lightweight \u0026amp; Stylish design\u003c\/h2\u003e\n                \u003cp\u003e\n                    Brume 2 comes in two versions: a frosted metabolic case and light weight plastic case made of ABS\n                    plastic.\n                \u003c\/p\u003e\n                \u003cdiv class=\"row justify-content-center align-items-center pt-5 text-center\"\u003e\n                    \u003cdiv class=\"col-10 col-lg-4\"\u003e\n                        \u003cdiv class=\"card rounded p-2 p-lg-5\"\u003e\n                            \u003cspan class=\"circle-badge\"\u003e\u003ci class=\"fas fa-star pb-2 icon-comparison\"\u003e\u003c\/i\u003e\u003cbr\u003eStylish\u003c\/span\u003e\n                            \u003cimg class=\"img-fluid p-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500a_main.jpg\" alt=\"GL-MT2500A\"\u003e\n                            \u003ch5 class=\"card-title text-center font-weight-bold\"\u003eGL-MT2500A\u003c\/h5\u003e\n                            \u003cp class=\"card-text text-center\"\u003eAluminium alloy\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"col-6 col-lg-1 py-5 py-lg-0\"\u003e\n                        \u003ch3 class=\"font-weight-bold\"\u003eVS\u003c\/h3\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"col-10 col-lg-4\"\u003e\n                        \u003cdiv class=\"card rounded p-2 p-lg-5\"\u003e\n                            \u003cspan class=\"circle-badge\"\u003e\u003ci class=\"fa-solid fa-thumbs-up pb-2 icon-comparison\"\u003e\u003c\/i\u003e\u003cbr\u003eBest\n                                Value\u003c\/span\u003e\n                            \u003cimg class=\"img-fluid p-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_main.jpg\" alt=\"GL-MT2500\"\u003e\n                            \u003ch5 class=\"card-title text-center font-weight-bold\"\u003eGL-MT2500\u003c\/h5\u003e\n                            \u003cp class=\"card-text text-center\"\u003eABS plastic\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection id=\"tabs\" class=\"project-tab\"\u003e\n        \u003cdiv class=\"container-xl\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-lg-12 pt-3\"\u003e\n                    \u003cdiv class=\"justify-content-center text-center\"\u003e\n                        \u003cnav\u003e\n\n                            \u003cdiv class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"scenarioslist\"\u003e\n                                \u003ca class=\"nav-item nav-link active\" href=\"#personal-data-privacy\" data-toggle=\"tab\" id=\"virtual-office-tab\" role=\"tab\" aria-controls=\"personal-data-privacy\" aria-selected=\"true\"\u003eRemote Office \/ Work From Home\u003c\/a\u003e\n                                \u003ca class=\"nav-item nav-link\" href=\"#unrestricted-access-worldwide\" data-toggle=\"tab\" id=\"unrestricted-access-worldwide-tab\" role=\"tab\" aria-controls=\"unrestricted-access-worldwide\" aria-selected=\"false\"\u003e Home Server\n                                    Accessible From Anywhere\u003c\/a\u003e\n                                \u003ca class=\"nav-item nav-link\" href=\"#business-data-security\" data-toggle=\"tab\" id=\"business-data-security-tab\" role=\"tab\" aria-controls=\"business-data-security\" aria-selected=\"false\"\u003eMultiple Offices Collaboration\u003c\/a\u003e\n                            \u003c\/div\u003e\n                        \u003c\/nav\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tab-content pt-4\" id=\"scenariosContent\"\u003e\n                    \u003cdiv class=\"tab-pane show active\" id=\"personal-data-privacy\" role=\"tabpanel\" aria-labelledby=\"personal-data-privacy-tab\"\u003e\n                        \u003cdiv class=\"col-lg-12 align-self-center\"\u003e\n                            \u003cp\u003e\n                                Staff working at home can access internal resources and sensitive information stored\n                                under\n                                a corporate private network via encrypted VPN tunnels.\n                            \u003c\/p\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_remote-work.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tab-pane fade\" id=\"unrestricted-access-worldwide\" role=\"tabpanel\" aria-labelledby=\"unrestricted-access-worldwide-tab\"\u003e\n                        \u003cdiv class=\"col-lg-12 align-self-center\"\u003e\n                            \u003cp\u003e\n                                Build your own VPN server with Brume 2. It provides a cost efficient way to access local\n                                files away from home securely and bypass geo-blocking.\n                            \u003c\/p\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_home-server.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tab-pane fade\" id=\"business-data-security\" role=\"tabpanel\" aria-labelledby=\"business-data-security-tab\"\u003e\n                        \u003cdiv class=\"col-lg-12 align-self-center\"\u003e\n                            \u003cp\u003e\n                                Form a virtual office between head office and branch offices effortlessly and all the\n                                internal communications are protected by VPN encryption.\n                            \u003c\/p\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt2500\/mt2500_sd-wan.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"container-fluid p-4 py-lg-5\" id=\"adguard-section\"\u003e\n        \u003cdiv class=\"text-center text-light\"\u003e\n            \u003ch2 class=\"font-weight-bold\"\u003eBlock Ads \u0026amp; Tracking for Free\u003c\/h2\u003e\n            \u003cp\u003eAdGuard Home Ready on Router\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n            \u003cdiv class=\"col-md-10 col-lg-5\"\u003e\n                \u003cimg class=\"img-fluid shadow rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/ax1800-campaign-adguard.png\" alt=\"AdGuard on admin panel\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-light col-md-10 col-lg-5\"\u003e\n                \u003cdiv class=\"row\"\u003e\n                    \u003cdiv class=\"col-12 \"\u003e\n                        \u003cdiv class=\"adguard-ban-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block ads for all client devices\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"adguard-ban-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block online trackers and analytics by default\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"adguard-ban-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block age-restricted content and services as needed\u003c\/h6\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"col-12  pt-3\"\u003e\n                        \u003cdiv class=\"adguard-tick-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Customizable DNS filters\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"adguard-tick-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Keep sensitive online data safe\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"adguard-tick-icon\"\u003e\n                            \u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Enforce family browsing security\u003c\/h6\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Product Reviews from Youtubers --\u003e\n    \u003csection class=\"container-fluid bg-light px-0 py-4 py-lg-5\"\u003e\n        \u003cdiv class=\"text-center\"\u003e\n            \u003ch2 class=\"font-weight-bold pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv id=\"youtube-playlist-container\"\u003e\n            \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n                \u003cdiv id=\"ytvideoPlayer\"\u003e\n                    \u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/MFAaTSkM4JQ\" frameborder=\"0\" allowfullscreen=\"\" style=\"max-width:100%;\"\u003e\u003c\/iframe\u003e\n                \u003c\/div\u003e\n                \u003cdiv id=\"ytplaylist\"\u003e\n                    \u003ch5 onclick=\"showYtPlayList()\" class=\"text-light text-center py-3\"\u003e\n                        Brume 2 (GL-MT2500) Reviews\n                        \u003cspan id=\"ytListBtn\"\u003e\n                            \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\"\u003e\u003c\/i\u003e\n                        \u003c\/span\u003e\n                    \u003c\/h5\u003e\n                    \u003cul id=\"ytPlayListUl\"\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/MFAaTSkM4JQ\/maxresdefault.jpg\" alt=\"Video 0\" onclick=\"changeVideo('MFAaTSkM4JQ')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eThe SMALLEST VPN Gateway - GL.iNet Brume2\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/4qtT_rubiMo\/maxresdefault.jpg\" alt=\"Video 1\" onclick=\"changeVideo('4qtT_rubiMo')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003e2023! Eigenes VPN gratis für die Reise mit FRITZ!Box oder GL.iNet\n                                    Brume 2\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/6fjxU8Czdcc\/maxresdefault.jpg\" alt=\"Video 2\" onclick=\"changeVideo('6fjxU8Czdcc')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eServidor VPN, AdGuard, TOR e Muito Mais! O Gateway de Segurança!\n                                    |\n                                    BRUME 2 (GL.inet GL-MT2500)\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/KJyXegsjuvI\/hqdefault.jpg\" alt=\"Video 3\" onclick=\"changeVideo('KJyXegsjuvI')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eNeues von GL.iNET Brume 2 \u0026amp; Beryl AX \/\/ Man in the Middle Attack\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/jxzPHmuO-OQ\/hqdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('jxzPHmuO-OQ')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eBrume 2 WireGuard VPN Setup to connect with @SpaceinvaderOne\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/BKSutw6YWQM\/maxresdefault.jpg\" alt=\"Video 5\" onclick=\"changeVideo('BKSutw6YWQM')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eGL.iNet Flint 2 Multi-WAN Router Walkthrough VPN \u0026amp; Speed Test\n                                    Review\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cdiv class=\"mt-2\"\u003e\n                            \u003ca class=\"btn btn-outline-light btn-block\" target=\"_blank\" href=\"https:\/\/youtube.com\/playlist?list=PLWQT710fjyEayDc7ZVEXWuepcZ5Hi-Iqk\u0026amp;feature=shared\"\u003eView\n                                More\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"product-specs-section py-4 py-lg-5\" id=\"specs\"\u003e\n        \u003cdiv class=\"container-fluid\"\u003e\n            \u003cdiv class=\"row justify-content-center px-lg-5\"\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003ca href=\"#vpn\"\u003e\n                        \u003cpicture\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client\/Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/a\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eVPN Client\/\u003cbr\u003eServer\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" alt=\"USB 3.0 Port\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eUSB 3.0\u003cbr\u003ePort\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.png\" alt=\"Tor Anonymity\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eTor Anonymity\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003ca href=\"#adguard-section\"\u003e\n                        \u003cpicture\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.webp\" type=\"image\/webp\"\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.png\" type=\"image\/png\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.png\" alt=\"AdGuard Home\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/a\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sd-wan.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sd-wan.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sd-wan.png\" alt=\"SD-WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eSD-WAN\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\u003c\/main\u003e\n\u003cscript\u003e\n    \/\/ 移动端youtube 下拉列表显示隐藏\nfunction showYtPlayList(){\n    if(window.innerWidth \u003e 1024){\n      return\n    }\n    if( !document.getElementById('ytPlayListUl').style.display ||   document.getElementById('ytPlayListUl').style.display == 'none'){\n      document.getElementById('ytPlayListUl').style.display = 'block';\n      document.getElementById('ytListBtnIcon').className = 'fa fa-chevron-up'\n    }else{\n       document.getElementById('ytPlayListUl').style.display = 'none';\n       document.getElementById('ytListBtnIcon').className = 'fa fa-chevron-down'\n  \n    }\n    \n  }\n  \/\/ Function to change the YouTube video - Video YouTube List\n  function changeVideo(videoId) {\n    const videoPlayer = document.getElementById('playlistVideo');\n    videoPlayer.src = `https:\/\/www.youtube.com\/embed\/${videoId}`;\n  }\n\n\u003c\/script\u003e","brand":"GL.iNet","offers":[{"title":"Default Title","offer_id":47571450396970,"sku":"MT2500A-4PX-UK","price":80.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/7968\/8746\/files\/1-shopify_mt2500a_main_3527fd6f-bd73-403a-88d7-43de3aa09603.jpg?v=1718703661"},{"product_id":"shadow-mini-smart-router-powerful-wireless-performance-travel-wifi-gl-ar300m16-ext","title":"Shadow (GL-AR300M16-Ext) Mini Smart Router with External Antennas","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\" defer\u003e\u003c\/script\u003e\n\n\u003cstyle scoped\u003e\n\n    @media (min-width: 1441px) {\n        .tiny-slider-x2000-review h5 {\n            font-size: 16px !important;\n        }\n\n        .tab-panel {\n            padding: 0;\n        }\n    }\n    .vpn-places {\n    background-image: url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar750s\/vpn_places.jpg);\n    background-repeat: repeat-x;\n    background-position: bottom;\n    background-color: #f5f5f5;\n    height: 22rem;\n}\n    .gl-banner-top {\n        height: 28rem;\n    }\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n\n\n    .ar300-description-1 {\n        @include media-breakpoint-up(sm) {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n    }\n\n    .ar300-description-2 {\n        @include media-breakpoint-up(sm) {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n    }\n\n    .ar300-description-3 {\n        @include media-breakpoint-up(sm) {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n    }\n\u003c\/style\u003e\n\n\u003csection class=\"container-fluid gl-banner-top p-4 py-lg-5\" style=\"background: #303030; background: -moz-linear-gradient (90deg, #303030 0%, #5d5d5d 100%); background: -webkit-linear-gradient (90deg, #303030 0%, #5d5d5d 100%); background: linear-gradient (90deg, #303030 0%, #5d5d5d 100%);\"\u003e\n    \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-4 mr-5\"\u003e\n            \u003cimg class=\"img-fluid float-right\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16_main.png\" alt=\"Shadow \/ GL-AR300M\" width=\"430\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pt-xl-5\"\u003e\n            \u003cdiv class=\"text-light\"\u003e\n                \u003csub\u003eGL-AR300M Series Mini Smart Router\u003c\/sub\u003e\n                \u003ch1 class=\"font-weight-bold\"\u003eMEET SHADOW\u003c\/h1\u003e\n                \u003ch3\u003eMini Smart Router with Powerful Wireless Performance\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n        \u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n            \u003cdiv class=\"text-dark\"\u003e\n                \u003ch2 class=\"font-weight-bold text-left\"\u003eMini Smart Router\u003c\/h2\u003e\n                \u003cp\u003e\n                    Shadow (GL-AR300M Series) offers a compact and portable design, making it ideal for small\n                    businesses, home use,\n                    and travel. Despite its mini size, it provides reliable wireless connectivity, ensuring seamless\n                    internet access\n                    in a variety of environments. With Shadow, you get a lightweight router that ensures you stay\n                    connected no matter where you are.\n                \u003c\/p\u003e\n                \u003chr\u003e\n                \u003cdiv style=\"font-size: 15px;\"\u003e\n                    \u003cspan\u003eMax.\u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003e300\u003c\/span\u003e\u003cspan\u003eMbps Wi-Fi Speed\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan\u003eOpenVPN speeds up to \u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003e15\u003c\/span\u003eMbps; WireGuard® speeds up\n                    to \u003cspan class=\"txt-lg text-info\"\u003e50\u003c\/span\u003eMbps\u003cbr\u003e\n                    \u003cspan\u003eDesigned to be\u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003e Portability \u003c\/span\u003e and \u003cspan class=\"txt-lg text-info\"\u003e Travel \u003c\/span\u003e\u003cspan\u003eConvenience\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003ca class=\"btn btn-round btn-info mt-3 mr-3\" style=\"color: #fff !important;\" href=\"#specs\"\u003eLearn More\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n            \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n                \u003col class=\"carousel-indicators\"\u003e\n                    \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\"\u003e\n                \u003c\/li\u003e\n\u003c\/ol\u003e\n\n                \u003cdiv class=\"carousel-inner\"\u003e\n                    \u003cdiv class=\"carousel-item active\"\u003e\n                        \u003cpicture\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16-ext_1.webp\" type=\"image\/webp\"\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16-ext_1.jpg\" type=\"image\/jpg\"\u003e\n                            \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16-ext_1.jpg\" alt=\"Shadow (GL-AR300M-Ext)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"carousel-item\"\u003e\n                        \u003cpicture\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16-ext_2.webp\" type=\"image\/webp\"\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16-ext_2.jpg\" type=\"image\/jpg\"\u003e\n                            \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16-ext_2.jpg\" alt=\"Shadow (GL-AR300M-Ext)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n                    \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                    \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                \u003c\/a\u003e\n                \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n                    \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                    \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-fluid vpn-places py-4 py-lg-5\"\u003e\n    \u003cdiv class=\"text-dark col-lg-5 mx-auto text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eYour Security is Our Priority\u003c\/h2\u003e\n        \u003cp\u003eAdded Security to Help You Stay Secure on Public Wi-Fi\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-fluid py-4 py-lg-5\"\u003e\n    \u003cdiv class=\"text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003e4 Ways to Access the Internet\u003c\/h2\u003e\n        \u003cp\u003eShadow can be connected to the Internet through Ethernet cable or wireless repeater\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-6 col-md-3 col-xl-2 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt300n-v2\/minirouter_cable.png\" alt=\"Internet Connection - Ethernet\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e1. Ethernet\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-6 col-md-3 col-xl-2 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt300n-v2\/minirouter_repeater.png\" alt=\"Internet Connection - Repeater\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e2. Repeater\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-6 col-md-3 col-xl-2 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt300n-v2\/minirouter_usbmodem.png\" alt=\"Internet Connection - USB Modem\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e3. USB Modem\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-6 col-md-3 col-xl-2 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt300n-v2\/minirouter_tethering.png\" alt=\"Internet Connection - Tethering\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e4. Tethering\u003c\/h5\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-fluid p-4 py-lg-5\" style=\"background-color: #dbe7e3;\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n            \u003cdiv class=\"text-dark\"\u003e\n                \u003ch2 class=\"font-weight-bold text-left\"\u003eSecure Your Connection with Built-In VPN Support\u003c\/h2\u003e\n                \u003cp\u003e\n                    Shadow not only comes with a strong firewall but also supports OpenVPN, WireGuard®, and\n                    DNS server to boost your online security. With over 30 VPN service providers to choose from, Shadow\n                    allows you to configure it as a VPN\n                    server, ensuring secure and private access to your files as if you were connected from your home\n                    network.\n                \u003c\/p\u003e\n                \u003cp\u003eWireGuard® is a registered trademark by\n                    Jason A.Donenfeld.\u003c\/p\u003e\n\n                \u003cspan\u003eWireGuard\u003c\/span\u003e\n                \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                    \u003cdiv class=\"progress-bar progress-bar-striped bg-info\" role=\"progressbar\" style=\"width: 100%;\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 50Mbps\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cbr\u003e\n\n                \u003cspan\u003eOpenVPN\u003c\/span\u003e\n                \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                    \u003cdiv class=\"progress-bar progress-bar-striped bg-secondary\" role=\"progressbar\" style=\"width: 33%;\" aria-valuenow=\"25\" aria-valuemin=\"0\" aria-valuemax=\"13\"\u003eMax. 15Mbps\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"py-3\" style=\"font-size:13px;\"\u003e\n                    \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network\n                        configuration.\u003c\/i\u003e\u003cbr\u003e\n                    \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above\n                        are in client mode.\u003c\/i\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/webui4-0_ar300m.png\" alt=\"Web UI\" width=\"550px\"\u003e\n        \u003c\/div\u003e\n\n\n\u003csection class=\"container-fluid py-5 px-4 py-lg-5\" style=\"background-color: #222a2d;\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center text-light\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-xl-5\"\u003e\n            \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.0_cloudflare.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.0_cloudflare.jpg\" type=\"image\/jpg\"\u003e\n                \u003cimg class=\"img-fluid shadow rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.0_cloudflare.jpg\" alt=\"Cloudflare\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pt-4 pr-lg-5 pt-lg-0\"\u003e\n            \u003csub\u003eENCRYPTED DNS WITH CLOUDFLARE\u003c\/sub\u003e\n            \u003ch2 class=\"font-weight-bold text-left\"\u003eCloudflare DNS over TLS\u003c\/h2\u003e\n            \u003cp\u003e\n                DNS over TLS is a security protocol for encrypting and wrapping Domain Name System (DNS) queries and\n                answers via the Transport Layer Security (TLS) protocol. The goal of the method is to increase user\n                privacy and security by\n                preventing eavesdropping and manipulation of DNS data via man-in-the-middle attacks.\n            \u003c\/p\u003e\n            \u003cdiv class=\"text-center mt-3\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/cloudflarexglinet-white.png\" alt=\"Cloudflare x GL.iNet\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-xl p-4 py-lg-5\"\u003e\n    \u003ch2 class=\"font-weight-bold text-center\"\u003eSimilar Model Comparison\u003c\/h2\u003e\n    \u003ctable class=\"table table-responsive\"\u003e\n        \u003cthead\u003e\n            \u003ctr class=\"table-borderless text-center\"\u003e\n                \u003cth scope=\"col\"\u003e\u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_lite_1000x1000.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M-Lite\u003cbr\u003e\n                    \u003ci style=\"font-size: 14px;\"\u003e(Discontinued)\u003c\/i\u003e\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_1000x1000_2.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M16\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_1000x1000_2.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_m16_ext_1200x1200-2.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M16-Ext\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_m16_ext_1200x1200-2.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M-Ext\n                \u003c\/th\u003e\n            \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eEthernet Port\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e1WAN\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e1WAN, 1LAN\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e1WAN, 1LAN\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e1WAN, 1LAN\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e1WAN, 1LAN\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003e16MB Nor Flash\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003e128MB Nand Flash\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eUSB GPIO Control\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eExternal Antennas\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-specs-section py-4 py-lg-5\" id=\"specs\"\u003e\n    \u003cdiv class=\"container-fluid\"\u003e\n        \u003cdiv class=\"row justify-content-center px-xl-5\"\u003e\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Ready\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt\u003cbr\u003eReady\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_travel-friendly.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_travel-friendly.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_travel-friendly.png\" alt=\"Travel-friendly\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eTravel-Friendly\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client\/Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gpio.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gpio.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gpio.png\" alt=\"GPIO Control\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eGPIO Control\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ext-antennas.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ext-antennas.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ext-antennas.png\" alt=\"External Antennas\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eExternal\u003cbr\u003eAntennas\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_nand-flash.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_nand-flash.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_nand-flash.png\" alt=\"NAND Flash\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eNAND Flash\u003c\/h5\u003e\n                \u003ci style=\"font-size: 14px;\"\u003e(GL-AR300M Only)\u003c\/i\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e\u003c\/section\u003e","brand":"GL.iNet","offers":[{"title":"External Antennas (Grey case)","offer_id":47571460555050,"sku":"GL-AR300M16-Ext-4PX-UK","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/7968\/8746\/files\/2-shopify_ar300m-ext_main.jpg?v=1718701220"},{"product_id":"shadow-gl-ar300m16-wireless-mini-router-grey","title":"Shadow (GL-AR300M16) Wireless Mini Router (Grey)","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\" defer\u003e\u003c\/script\u003e\n\n\u003cstyle scoped\u003e\n\n    @media (min-width: 1441px) {\n        .tiny-slider-x2000-review h5 {\n            font-size: 16px !important;\n        }\n\n        .tab-panel {\n            padding: 0;\n        }\n    }\n    .vpn-places {\n    background-image: url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar750s\/vpn_places.jpg);\n    background-repeat: repeat-x;\n    background-position: bottom;\n    background-color: #f5f5f5;\n    height: 22rem;\n}\n    .gl-banner-top {\n        height: 28rem;\n    }\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n\n\n    .ar300-description-1 {\n        @include media-breakpoint-up(sm) {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n    }\n\n    .ar300-description-2 {\n        @include media-breakpoint-up(sm) {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n    }\n\n    .ar300-description-3 {\n        @include media-breakpoint-up(sm) {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n    }\n\u003c\/style\u003e\n\n\u003csection class=\"container-fluid gl-banner-top p-4 py-lg-5\" style=\"background: #303030; background: -moz-linear-gradient (90deg, #303030 0%, #5d5d5d 100%); background: -webkit-linear-gradient (90deg, #303030 0%, #5d5d5d 100%); background: linear-gradient (90deg, #303030 0%, #5d5d5d 100%);\"\u003e\n    \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-4 mr-5\"\u003e\n            \u003cimg class=\"img-fluid float-right\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16_main.png\" alt=\"Shadow \/ GL-AR300M\" width=\"430\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pt-xl-5\"\u003e\n            \u003cdiv class=\"text-light\"\u003e\n                \u003csub\u003eGL-AR300M Series Mini Smart Router\u003c\/sub\u003e\n                \u003ch1 class=\"font-weight-bold\"\u003eMEET SHADOW\u003c\/h1\u003e\n                \u003ch3\u003eMini Smart Router with Powerful Wireless Performance\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n        \u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n            \u003cdiv class=\"text-dark\"\u003e\n                \u003ch2 class=\"font-weight-bold text-left\"\u003eMini Smart Router\u003c\/h2\u003e\n                \u003cp\u003e\n                    Shadow (GL-AR300M Series) offers a compact and portable design, making it ideal for small\n                    businesses, home use,\n                    and travel. Despite its mini size, it provides reliable wireless connectivity, ensuring seamless\n                    internet access\n                    in a variety of environments. With Shadow, you get a lightweight router that ensures you stay\n                    connected no matter where you are.\n                \u003c\/p\u003e\n                \u003chr\u003e\n                \u003cdiv style=\"font-size: 15px;\"\u003e\n                    \u003cspan\u003eMax.\u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003e300\u003c\/span\u003e\u003cspan\u003eMbps Wi-Fi Speed\u003c\/span\u003e\u003cbr\u003e\n                    \u003cspan\u003eOpenVPN speeds up to \u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003e15\u003c\/span\u003eMbps; WireGuard® speeds up\n                    to \u003cspan class=\"txt-lg text-info\"\u003e50\u003c\/span\u003eMbps\u003cbr\u003e\n                    \u003cspan\u003eDesigned to be\u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003e Portability \u003c\/span\u003e and \u003cspan class=\"txt-lg text-info\"\u003e Travel \u003c\/span\u003e\u003cspan\u003eConvenience\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003ca class=\"btn btn-round btn-info mt-3 mr-3\" style=\"color: #fff !important;\" href=\"#specs\"\u003eLearn More\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n            \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n                \u003col class=\"carousel-indicators\"\u003e\n                    \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\"\u003e\n                \u003c\/li\u003e\n\u003c\/ol\u003e\n\n                \u003cdiv class=\"carousel-inner\"\u003e\n                    \u003cdiv class=\"carousel-item active\"\u003e\n                        \u003cpicture\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16_1.webp\" type=\"image\/webp\"\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16_1.jpg.jpg\" type=\"image\/jpg\"\u003e\n                            \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16_1.jpg.jpg\" alt=\"Shadow (GL-AR300M)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"carousel-item\"\u003e\n                        \u003cpicture\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16_2.webp\" type=\"image\/webp\"\u003e\n                            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16_2.jpg\" type=\"image\/jpg\"\u003e\n                            \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/ar300m16_2.jpg\" alt=\"Shadow (GL-AR300M)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n                    \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                    \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                \u003c\/a\u003e\n                \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n                    \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                    \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-fluid vpn-places py-4 py-lg-5\"\u003e\n    \u003cdiv class=\"text-dark col-lg-5 mx-auto text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eYour Security is Our Priority\u003c\/h2\u003e\n        \u003cp\u003eAdded Security to Help You Stay Secure on Public Wi-Fi\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-fluid py-4 py-lg-5\"\u003e\n    \u003cdiv class=\"text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003e4 Ways to Access the Internet\u003c\/h2\u003e\n        \u003cp\u003eShadow can be connected to the Internet through Ethernet cable or wireless repeater\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-6 col-md-3 col-xl-2 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt300n-v2\/minirouter_cable.png\" alt=\"Internet Connection - Ethernet\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e1. Ethernet\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-6 col-md-3 col-xl-2 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt300n-v2\/minirouter_repeater.png\" alt=\"Internet Connection - Repeater\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e2. Repeater\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-6 col-md-3 col-xl-2 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt300n-v2\/minirouter_usbmodem.png\" alt=\"Internet Connection - USB Modem\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e3. USB Modem\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-6 col-md-3 col-xl-2 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt300n-v2\/minirouter_tethering.png\" alt=\"Internet Connection - Tethering\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e4. Tethering\u003c\/h5\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-fluid p-4 py-lg-5\" style=\"background-color: #dbe7e3;\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n            \u003cdiv class=\"text-dark\"\u003e\n                \u003ch2 class=\"font-weight-bold text-left\"\u003eSecure Your Connection with Built-In VPN Support\u003c\/h2\u003e\n                \u003cp\u003e\n                    Shadow not only comes with a strong firewall but also supports OpenVPN, WireGuard®, and\n                    DNS server to boost your online security. With over 30 VPN service providers to choose from, Shadow\n                    allows you to configure it as a VPN\n                    server, ensuring secure and private access to your files as if you were connected from your home\n                    network.\n                \u003c\/p\u003e\n                \u003cp\u003eWireGuard® is a registered trademark by\n                    Jason A.Donenfeld.\u003c\/p\u003e\n\n                \u003cspan\u003eWireGuard\u003c\/span\u003e\n                \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                    \u003cdiv class=\"progress-bar progress-bar-striped bg-info\" role=\"progressbar\" style=\"width: 100%;\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 50Mbps\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cbr\u003e\n\n                \u003cspan\u003eOpenVPN\u003c\/span\u003e\n                \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                    \u003cdiv class=\"progress-bar progress-bar-striped bg-secondary\" role=\"progressbar\" style=\"width: 33%;\" aria-valuenow=\"25\" aria-valuemin=\"0\" aria-valuemax=\"13\"\u003eMax. 15Mbps\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"py-3\" style=\"font-size:13px;\"\u003e\n                    \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network\n                        configuration.\u003c\/i\u003e\u003cbr\u003e\n                    \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above\n                        are in client mode.\u003c\/i\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 text-center\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/webui4-0_ar300m.png\" alt=\"Web UI\" width=\"550px\"\u003e\n        \u003c\/div\u003e\n\n\n\u003csection class=\"container-fluid py-5 px-4 py-lg-5\" style=\"background-color: #222a2d;\"\u003e\n    \u003cdiv class=\"row align-items-center justify-content-center text-light\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-xl-5\"\u003e\n            \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.0_cloudflare.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.0_cloudflare.jpg\" type=\"image\/jpg\"\u003e\n                \u003cimg class=\"img-fluid shadow rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.0_cloudflare.jpg\" alt=\"Cloudflare\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pt-4 pr-lg-5 pt-lg-0\"\u003e\n            \u003csub\u003eENCRYPTED DNS WITH CLOUDFLARE\u003c\/sub\u003e\n            \u003ch2 class=\"font-weight-bold text-left\"\u003eCloudflare DNS over TLS\u003c\/h2\u003e\n            \u003cp\u003e\n                DNS over TLS is a security protocol for encrypting and wrapping Domain Name System (DNS) queries and\n                answers via the Transport Layer Security (TLS) protocol. The goal of the method is to increase user\n                privacy and security by\n                preventing eavesdropping and manipulation of DNS data via man-in-the-middle attacks.\n            \u003c\/p\u003e\n            \u003cdiv class=\"text-center mt-3\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/cloudflarexglinet-white.png\" alt=\"Cloudflare x GL.iNet\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-xl p-4 py-lg-5\"\u003e\n    \u003ch2 class=\"font-weight-bold text-center\"\u003eSimilar Model Comparison\u003c\/h2\u003e\n    \u003ctable class=\"table table-responsive\"\u003e\n        \u003cthead\u003e\n            \u003ctr class=\"table-borderless text-center\"\u003e\n                \u003cth scope=\"col\"\u003e\u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_lite_1000x1000.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M-Lite\u003cbr\u003e\n                    \u003ci style=\"font-size: 14px;\"\u003e(Discontinued)\u003c\/i\u003e\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_1000x1000_2.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M16\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_1000x1000_2.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_m16_ext_1200x1200-2.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M16-Ext\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"vertical-align: text-top;\"\u003e\n                    \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar300m\/shadow_m16_ext_1200x1200-2.jpg\" width=\"150\"\u003e\u003cbr\u003e\n                    GL-AR300M-Ext\n                \u003c\/th\u003e\n            \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eEthernet Port\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e1WAN\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e1WAN, 1LAN\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e1WAN, 1LAN\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e1WAN, 1LAN\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e1WAN, 1LAN\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003e16MB Nor Flash\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003e128MB Nand Flash\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eUSB GPIO Control\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eExternal Antennas\u003c\/th\u003e\n                \u003ctd style=\"background-color: #eaeaea;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #efefef;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color: #f7f7f7;\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-specs-section py-4 py-lg-5\" id=\"specs\"\u003e\n    \u003cdiv class=\"container-fluid\"\u003e\n        \u003cdiv class=\"row justify-content-center px-xl-5\"\u003e\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Ready\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt\u003cbr\u003eReady\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_travel-friendly.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_travel-friendly.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_travel-friendly.png\" alt=\"Travel-friendly\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eTravel-Friendly\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client\/Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gpio.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gpio.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gpio.png\" alt=\"GPIO Control\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eGPIO Control\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ext-antennas.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ext-antennas.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ext-antennas.png\" alt=\"External Antennas\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eExternal\u003cbr\u003eAntennas\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-2 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_nand-flash.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_nand-flash.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_nand-flash.png\" alt=\"NAND Flash\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eNAND Flash\u003c\/h5\u003e\n                \u003ci style=\"font-size: 14px;\"\u003e(GL-AR300M Only)\u003c\/i\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e\u003c\/section\u003e","brand":"GL.iNet","offers":[{"title":"Default Title","offer_id":47571464945962,"sku":"GL-AR300M16-4PX-UK","price":33.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/7968\/8746\/files\/1-shopify_ar300m_main.jpg?v=1718701220"}],"url":"https:\/\/store-uk.gl-inet.com\/collections\/mini-router-ufi.oembed","provider":"GL.iNet UK","version":"1.0","type":"link"}