2025-03-31 08:35:27 +05:30
2025-03-31 08:35:27 +05:30
2025-03-31 08:35:27 +05:30
2025-03-31 08:35:27 +05:30
2025-03-31 08:35:27 +05:30
2025-03-31 08:35:27 +05:30

outpost

This service keeps a map of hosts and does 307 redirect to the new host.

Build

cargo b --release

Running with systemd

[Unit]
Description=Outpost
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/root/outpost
WorkingDirectory=/root
Restart=always
RestartSec=5
User=root

[Install]
WantedBy=multi-user.target
Description
A redirector service for remapping blocked sites to alternatives
Readme 36 KiB
Languages
Rust 100%