ports/net/spoofdpi/pkg-message
Yusuf Yaman bb212b0519 net/spoofdpi: Update 0.10.11 → 0.10.12
Port changes:
 * Remove GO_TARGET output binary because program is renamed as spoofdpi now.
 * Add pkg-message to let users know there is a rc.d script for spoofdpi.

Changelog:
 * Renamed the name of binary to spoofdpi
https://github.com/xvzc/SpoofDPI/releases/tag/0.10.12

PR:	281088
2024-08-27 17:32:27 +03:00

14 lines
357 B
Plaintext

[
{ type: install
message: <<EOM
You can use spoofdpi rc.d service and specify arguments
for spoofdpi program in rc.conf file like this below:
spoofdpi_args="-port 8181 -dns-addr 1.1.1.1 -enable-doh"
To enable/start spoofdpi service:
# service spoofdpi enable
# service spoofdpi start
Now, you can configure your web browser to use this proxy.
EOM
}
]