Advanced Search
Search Results
92 total results found
Links
Ham radio
https://db0ulm.wordpress.com/2013/03/16/dvrptr-v2-konsequente-weiterentwicklung-der-version-1/ https://topeat.foodarray.shop/index.php?main_page=product_info&products_id=924460
Pi-hole
IT
Docker
services: pihole: container_name: pihole image: pihole/pihole:latest ports: - "53:53/tcp" - "53:53/udp" - "8085:80/tcp" - "7443:443/tcp" dns: - 8.8.8.8 - 1.1.1.1 environment: TZ: 'Europe/Lisbon' ...