Skip Navigation

User banner
Posts
18
Comments
379
Joined
2 yr. ago

  • Some thing like this

    iptables -I DOCKER-USER -m set --match-set ipsum src -j DROP

    Should do what you need

  • I use pihole as my home DNS to do that

  • not sure your example domain is the best, can you lookup hrowood.biz?

  • great work, But I haven't got 0.19.4 sorted yet

  • not tested this, but you might want to look at DHCPv6 Relay to get an IP from your ISP router

  • He needs to get in the ocean, I don't want windows. If I did, I would install windows.

  • Ok, Aws is 24/7. But they will just help you spend even more money

  • Quick do a polybridge and get it on the RCE YouTube channel

  • That also featured on the RCE YouTube channel

  • That's just like Aws, you pay for better and longer support. But they don't make it clear support is only 9-5

  • That is true of any hosting provider, I have backups backblaze.

  • Nextcloud deck, with the mobile app

  • Have checked out OVH yet?

    Have a VPS and a dedi with them

  • If your looking to allow that kind of traffic in and out of opensense, then yes if you use it. Just be mindful of what you need and only allow that in, outbound is normally everything.

  • That's not container orchestration, that's infrastructure orchestration. Depending on your use case docker swarm could just the right tool for the job.

    You've been using Aws and they will happily let you add more nodes to your container runner of choice

  • not sure I understand you, in docker swarm your containers are started on n number of works from a single compose file on a manager. you can add any number of work nodes to scale your service as needed

  • What you need then is swarm compose, that can run any service in global mode (in all nodes all the time) or scale mode.