summarylogtreecommitdiffstats
path: root/lokinet.install
diff options
context:
space:
mode:
authorjahway6032021-02-18 00:24:30 -0500
committerjahway6032021-02-18 00:24:30 -0500
commit1f1459cc96edbd0725073e0579ee5014c4e6e0de (patch)
treebf86dced687349ef2c5e13fed35a49420d88abbc /lokinet.install
parent7159f59a759f98c2c2bce37a7106323198aa9a9a (diff)
downloadaur-1f1459cc96edbd0725073e0579ee5014c4e6e0de.tar.gz
added the missing necessary config files
Diffstat (limited to 'lokinet.install')
-rw-r--r--lokinet.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/lokinet.install b/lokinet.install
new file mode 100644
index 000000000000..290a095bf29b
--- /dev/null
+++ b/lokinet.install
@@ -0,0 +1,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
+}