You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're on a rc.d-based distro, you'll most likely want to run Wireproxy as a systemd unit.
4
+
5
+
The provided systemd unit assumes you have the wireproxy executable installed on `/bin/wireproxy` and a configuration file stored at `/etc/wireproxy.conf`. These paths can be customized by editing the unit file.
6
+
7
+
# Setting up the unit
8
+
9
+
1. Copy the `wireproxy` file from this directory to `/usr/local/etc/rc.d`.
10
+
11
+
2. If necessary, customize the unit.
12
+
Edit the parts with `procname`, `command`, `wireproxy_conf` to point to the executable and the configuration file.
13
+
14
+
4. Add the following lines to `/etc/rc.conf` to enable wireproxy
0 commit comments