AstonJ
While on the theme of routers:
How do you secure yours/your internet?
Trending in Dev Env & Tools
Hey, have you seen this? It looks better than tmux—what do you think?
Herdr is the runtime your coding agents live on — laptop, desktop...
New
Hey!
I’ve found, reproduced and made a fix for a mildly annoying bug in Renovate.
It created redundant ~> 0.x or 0.x+1 in mix.exs, e...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 4- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
arcanemachine
I put all devices on the DMZ and brace for attack. It’s the only way I can really be sure my network is battle-ready.
Seriously though, I just rely on the firewall in my ISP’s modem, and I try to open as few ports as possible.
I really should get some sort of Tailscale/VPN-esque solution working though…
AstonJ
This is what I do too (tho I do not use ISP modems). I also limit the upload speeds for my Mac - so if the machine does ever get compromised it would take them a few months to copy over all my files
sezaru
Buy a machine with pfsense in it, there are a bunch of them available in Amazon, not only you get a great firewall, but you also get a bunch of neat features (ad blocking via pfblockerng, easy VPN configuration, etc), it is really worth it IMO.
Some of these machines also allow you to put a SIM chip in it, meaning that you can configure it to be a fallback if your main internet drops for some reason.
Also, keep in mind that these firewalls in the ISP modem are very likely to have backdoors and security holes since they are not updated after some time. So, if you really worry about security, a solution like Pfsense is the way to go.
odd
I use OpenWrt with AdGuard, with separate wired networks for
I also have a wifi for personal use and another wifi that goes through a VPN (vpn runs on the router).
Sounds unnecessarily complex but it started out as a way to learn about networking and there hasn’t been a good reason to change it since.
And also to answer the question, there’s a firewall on the router and also on my computers.