the great migration from truenas to fedora and all its collatoral
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
This commit is contained in:
26
systemd/retired/ipv4-proxy/ipv4-proxy.md
Normal file
26
systemd/retired/ipv4-proxy/ipv4-proxy.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# IPv4 Proxy
|
||||
|
||||
**DEPRECATED** Replaced by [Caddy](/podman/graduated/caddy/caddy.md)
|
||||
|
||||
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
|
||||
|
||||
1. In `ddns` create a new record in the `reeseapps_record_template.json`
|
||||
2. Apply the new record with ansible
|
||||
3. Update `vars.yaml` in this project
|
||||
4. Run the following ansible script:
|
||||
|
||||
```bash
|
||||
ansible-playbook -i ansible/inventory.yaml systemd/graduated/ipv4-proxy/nginx.yaml
|
||||
```
|
||||
|
||||
## Logging
|
||||
|
||||
You can tail all the nginx logs with `ssh yellow 'tail -f /var/log/nginx/*.log'`
|
||||
Reference in New Issue
Block a user