<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by axxer</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 02 May 2026 15:31:40 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Time and Maxis started to hijack dns query</title>
            <link>http://forum.lowyat.net/topic/5474376</link>
            <description>Previously malaysian telcos already hijack dns query when we&amp;#39;re using their default dns server, its no secret. When trying to access gov sanctioned sites like p0rn or sarawak today etc, instead of replying with correct dns record they&amp;#39;ll route our query to mcmc block page. But now they&amp;#39;ve taken a step further by hijacking our query even when we&amp;#39;re using either google dns or cloudflare dns.&lt;br /&gt;&lt;br /&gt;&lt;a href='https://imap.sinarproject.org/news/internet-censorship-update-transparent-dns-proxy-implemented-by-malaysian-isps-on-cloudflare-and-google-public-dns-servers' target='_blank'&gt;Source 1&lt;/a&gt;&lt;br /&gt;&lt;a href='https://torrentfreak.com/isps-hijack-cloudflare-google-dns-requests-ending-site-blocking-workarounds-240807/' target='_blank'&gt;Source 2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I guess this is possible if we&amp;#39;re only using the cleartext dns of both google dns and cloudflare dns ie&lt;br /&gt;&lt;br /&gt;google dns:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;8.8.8.8&lt;br /&gt;8.8.4.4&lt;br /&gt;2001&amp;#58;4860&amp;#58;4860&amp;#58;&amp;#58;8888&lt;br /&gt;2001&amp;#58;4860&amp;#58;4860&amp;#58;&amp;#58;8844&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;cloudflare dns:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;1.1.1.1&lt;br /&gt;1.0.0.1&lt;br /&gt;1.1.1.2&lt;br /&gt;1.0.0.2&lt;br /&gt;1.1.1.3&lt;br /&gt;1.0.0.3&lt;br /&gt;2606&amp;#58;4700&amp;#58;4700&amp;#58;&amp;#58;1111&lt;br /&gt;2606&amp;#58;4700&amp;#58;4700&amp;#58;&amp;#58;1001&lt;br /&gt;2606&amp;#58;4700&amp;#58;4700&amp;#58;&amp;#58;1112&lt;br /&gt;2606&amp;#58;4700&amp;#58;4700&amp;#58;&amp;#58;1002&lt;br /&gt;2606&amp;#58;4700&amp;#58;4700&amp;#58;&amp;#58;1113&lt;br /&gt;2606&amp;#58;4700&amp;#58;4700&amp;#58;&amp;#58;1003&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Haven&amp;#39;t tested myself but I&amp;#39;m 100% sure the &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;8.8.8.8&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt; and &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;1.1.1.1&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt; are hijacked since both are the popular dns ip for google dns and cloudflare dns. Others on the list might be hijacked too depending on telco network admins.&lt;br /&gt;&lt;br /&gt;But basically people, its high time we should stop using cleartext dns. Its unsecured and hijackable. Start using encrypted dns everywhere.&lt;br /&gt;&lt;br /&gt;Theres plenty of them &lt;a href='https://adguard-dns.io/kb/general/dns-providers/' target='_blank'&gt;listed here&lt;/a&gt;. You&amp;#39;d want to use either the dns-over-https aka doh or dns-over-tls aka dot.&lt;br /&gt;&lt;br /&gt;Modern system already support using those encrypted dns protocol ie android natively via setting. Should be listed as &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;Private DNS&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt; in phone setting. You should add a dns-over-tls server here, omit the &lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;tls&amp;#58;//&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt; from uri if you copy paste from the list above.&lt;br /&gt;&lt;br /&gt;Ios and mac is native too via &lt;a href='https://dns.notjakob.com/' target='_blank'&gt;dns profile&lt;/a&gt;. If prefer app can use &lt;a href='https://apps.apple.com/us/app/dnsecure/id1533413232' target='_blank'&gt;dnsecure&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Linux can natively too if install any local forwarding dns server like bind9 or dnsmasq. If prefer gui, theres &lt;a href='https://technitium.com/dns/' target='_blank'&gt;technitium dns server&lt;/a&gt; and &lt;a href='https://github.com/AdguardTeam/AdGuardHome' target='_blank'&gt;adguardhome&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Windows can use &lt;a href='https://www.yogadns.com/download/' target='_blank'&gt;yoga dns server&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Ty for attending my ted talk lmao.</description>
            <author>axxer</author>
            <category>Networks and Broadband</category>
            <pubDate>Thu, 08 Aug 2024 11:35:05 +0800</pubDate>
        </item>
        <item>
            <title>[WTB] Any sony xperia dualsim phone</title>
            <link>http://forum.lowyat.net/topic/3202940</link>
            <description>&lt;b&gt;Item(s):&lt;/b&gt; I &lt;b&gt;WANT TO BUY&lt;/b&gt; any sony xperia low end dualsim phone, xperia tipo dual, xperia e dual etc.. strictly dualsim sony phone only&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price:&lt;/b&gt; Offer me  &lt;!--emo&amp;:nod:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/nod.gif' border='0' style='vertical-align:middle' alt='nod.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty:&lt;/b&gt; Prefer to have warranty&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details:&lt;/b&gt; Pm or reply here&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;Come offer me your phone  &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; &lt;/span&gt;</description>
            <author>axxer</author>
            <category>Garage Sales Archive</category>
            <pubDate>Wed, 23 Apr 2014 16:34:22 +0800</pubDate>
        </item>
        <item>
            <title>Anyone can help to check number under my name?</title>
            <link>http://forum.lowyat.net/topic/3140257</link>
            <description>as per title, anyone can help to check if got hotlink number under my name and if its still active or not?&lt;br /&gt;2011 i registered one hotlink hyc but the simcard is gone now. i already forgot the number itself.&lt;br /&gt;if i&amp;#39;m not mistaken old hyc will stay active for four years from date registered no matter reload or not.&lt;br /&gt;already asked maxis online forum, they said need to go to maxis center ask there.&lt;br /&gt;&lt;br /&gt;that really is troublesome. nearest maxis center is 20km away, 30minutes drive to get there.&lt;br /&gt;for the sake of making my life easier i thought i can give them my full name and ic and after they verify if number under my name is still active then i can walk in to their center, knowing for sure i can request for simcard replacement.&lt;br /&gt;&lt;br /&gt;so anyone working for maxis can help? or got other way to check without me driving 20km?&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>axxer</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Sat, 22 Feb 2014 19:31:43 +0800</pubDate>
        </item>
        <item>
            <title>Stucked with &amp;quot;1 Replies to me&amp;quot;</title>
            <link>http://forum.lowyat.net/topic/3038666</link>
            <description>i think i found a bug in the reply/quote notification thingy.&lt;br /&gt;&lt;br /&gt;my situation is that i&amp;#39;ve posted in a thread, someone quoted my post, i got the notifiction but havent click it, the thread had since got deleted but i still got the notification &amp;quot;1 Replies to me&amp;quot;. clicking it just bring me error page of &amp;quot;Sorry, an error occurred. If you are unsure on how to use a feature, or don&amp;#39;t know why you got this error message, try looking through the help files for more information.&amp;quot; and below it &amp;quot;Sorry, some required files are missing, if you intended to view a topic, it&amp;#39;s possible that it&amp;#39;s been moved or deleted. Please go back and try again.&amp;quot; but the notification that i got one reply is still there. tried to logout and relogin few time already but its still there.&lt;br /&gt;</description>
            <author>axxer</author>
            <category>Feedback and Helpdesk</category>
            <pubDate>Thu, 21 Nov 2013 03:46:35 +0800</pubDate>
        </item>
        <item>
            <title>Rss feed for main portal news?</title>
            <link>http://forum.lowyat.net/topic/2981124</link>
            <description>So, is it just me that can&amp;#39;t find link to subscribe rss feed for main portal news? Is it even available?</description>
            <author>axxer</author>
            <category>Feedback and Helpdesk</category>
            <pubDate>Thu, 03 Oct 2013 10:59:13 +0800</pubDate>
        </item>
        <item>
            <title>Free-iSMS v1.11 final</title>
            <link>http://forum.lowyat.net/topic/1735879</link>
            <description>u guys miss a lot if dont use this on ur symbian phones  &lt;!--emo&amp;:P--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;bring features of threaded sms like iphone/android. also got many other features like kinetic scrolling, fake sms, fake sms notifies, import/export sms, private inbox etc.. also got many beautiful theme.  forget that crappy native sms client on ur phone, use this instead  &lt;!--emo&amp;:D--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;i&amp;#39;ve use this since v1.02 and now its updated to v1.11.&lt;br /&gt;its a freeware.. when u first run it, it will prompt to register. just register by inserting email and password (and if u paranoid, dont want to give ur email for someone to spam it, just register using fake email address, it&amp;#39;ll work).&lt;br /&gt;and its dev signed, no need to sign/hack ur phone. just download, transfer to ur phone, install, register and use.&lt;br /&gt;&lt;br /&gt;&lt;img src='http://img153.imageshack.us/img153/6420/superscreenshot0131.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://img28.imageshack.us/img28/7699/scr00273.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://img153.imageshack.us/img153/870/scr00275.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.mediafire.com/?lt90q29oziq0qo8' target='_blank'&gt;DOWNLOAD HERE&lt;/a&gt;</description>
            <author>axxer</author>
            <category>Others OS General Discussion</category>
            <pubDate>Sat, 29 Jan 2011 01:54:26 +0800</pubDate>
        </item>
        <item>
            <title>Help make VLC better by filling this survey</title>
            <link>http://forum.lowyat.net/topic/1682305</link>
            <description>Just spreading the words, as per topic  &lt;!--emo&amp;:P--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;quote from original thread in their forum which is &lt;a href='http://forum.videolan.org/viewtopic.php?f=13&amp;t=85360' target='_blank'&gt;here&lt;/a&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;The VideoLAN project and the VLC development team would love VLC users and community to help them in understanding the VLC users and their needs.&lt;br /&gt;&lt;br /&gt;Please fill the VLC users survey. It is quick and is completely anonymous.&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://spreadsheets.google.com/viewform?hl=en&amp;formkey=dFJHY2pidUk1ODVodmtmcmZVWDRwTXc6MQ#gid=0' target='_blank'&gt;Take the survey here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;thanks  &lt;!--emo&amp;:peace:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_rolleyes.gif' border='0' style='vertical-align:middle' alt='icon_rolleyes.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:peace:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_rolleyes.gif' border='0' style='vertical-align:middle' alt='icon_rolleyes.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>axxer</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Sat, 18 Dec 2010 19:24:09 +0800</pubDate>
        </item>
    </channel>
</rss>
