summarylogtreecommitdiffstats
path: root/lokinet.install
diff options
context:
space:
mode:
Diffstat (limited to 'lokinet.install')
-rw-r--r--lokinet.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/lokinet.install b/lokinet.install
new file mode 100644
index 000000000000..7feaaa338b4a
--- /dev/null
+++ b/lokinet.install
@@ -0,0 +1,14 @@
+
+post_install() {
+ cat <<-EOF
+ systemd-resolved is known to cause issues with lokinet so it's recommended to disable it:
+ systemctl disable --now systemd-resolved
+ 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, replace /etc/resolv.conf contents with:
+ nameserver 127.3.2.1
+ EOF
+}