blob: b3cd96a219c87e1e30927651e743528c1479f6dc (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo
echo "You need to provide you own configuration files"
echo "The configuration directory is /etc/psiphon/ (for system service) and \$XDG_CONFIG_HOME/psiphon/ (for user service)."
echo "Example config file for console client in /etc/psiphon/client.config"
echo "Example config file for the server can be generated in current directory by: psiphond -ipaddress 127.0.0.1 -protocol OSSH:9999 generate"
echo "See the repository's README for how to use: https://github.com/Psiphon-Labs/psiphon-tunnel-core"
}
|