summarylogtreecommitdiffstats
path: root/lokinet.install
blob: 290a095bf29b464b67ce8c2800c3b64fdd17e825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

post_install() {
	cat <<-EOF
		  To generate default config (optional, will be invoked by lokinet service if needed):
		    systemctl start lokinet-default-config
		  To adjust upstream DNS servers and other options, edit /var/lib/lokinet/lokinet.ini
		  To start lokinet:
		    systemctl start lokinet
		  To get .loki domains resolve, enable systemd-resolved: https://wiki.archlinux.org/index.php/Systemd-resolved
		  Alternatively, replace /etc/resolv.conf contents with:
		    nameserver 127.3.2.1
		EOF
}