phroxy 0.1.7

phroxy proxies gopher through HTTP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# install:
#   cp phroxy.service /etc/systemd/system/ && systemctl enable phroxy.service && systemctl start phroxy

[Unit]
Description=phroxy web<->gopher proxy
After=network.target

[Service]
Restart=always
ExecStart=/usr/local/bin/phroxy -p 8080

[Install]
WantedBy=multi-user.target