Mark

Results 21 comments of Mark

@The-Mudkip You can disable the firewall with: `sudo iptables --flush` Note that the iptables rules are also present in the firewall.rules file in /raspi_secure - that file is automatically re-loaded...

That's something that would be fantastic, thank you so much. 😄

One option to look at would be to amend the iptables.sh file to run the lookups. If you look at running something like `dig +short accounts.nintendo.com a` then you'll get...

So I got my Pi3 and 3DS back.. got the Pi booted and installed dnsutils to get the dig command while I clear out my streetpass queue. Looking at the...

Running ~24 hours with the firewall off, and no streetpass hits. I'm suspecting there's an issue with StreetPass on my 3DS since the battery was stone-dead when I got it...

All my StreetPass games have been cleared of hits.. I keep getting the same SpotPass notification coming in though, which is a good indicator of an issue with the 3DS...

I did try MAC filtering in the past, but unfortunately without success. :(

Added backend retrieval of directories under /usr/share/zoneinfo, and files within those directories. These are added to an array for selection from a (yet-to-be-added) drop-down. Externally called from html/scripts/locales.php Currently testing...

Added drop-down and call to external script - just need to write the script to set timezone now EDIT: Script written