All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 14s
784 B
784 B
IPv4 Proxy
DEPRECATED Replaced by Caddy
This project aims to serve those without an IPv6 ISP by forwarding IPv4 requests to the correct destination. This is accomplished by SSL preread and port mapping. This service is intended only for publicly accessible services.
DDNS
This project pairs with the ddns service. Set that up first!
Updating IPv4 Proxy Records
- In
ddnscreate a new record in thereeseapps_record_template.json - Apply the new record with ansible
- Update
vars.yamlin this project - Run the following ansible script:
ansible-playbook -i ansible/inventory.yaml active/systemd_ipv4-proxy/nginx.yaml
Logging
You can tail all the nginx logs with ssh yellow 'tail -f /var/log/nginx/*.log'