From ae6417c39d6934d92cbc164824cde069989d4478 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Fri, 10 Apr 2026 21:01:02 +0000 Subject: add ip to login notifications --- install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 34a5fd8..b1851d6 100755 --- a/install.sh +++ b/install.sh @@ -20,6 +20,8 @@ umask 0007 mkdir /opt/autopeer/db echo 'CREATE TABLE peers (name, asn, ipll, endpoint, port, pubkey, creator_ip, creator_name, creator_date, deleted, primary key (name, asn));' | python3 -m sqlite3 /opt/autopeer/db/sqlite3.db chgrp -R autopeer /opt/autopeer/db/ +chmod 770 /opt/autopeer/db +chmod 660 /opt/autopeer/db/sqlite3.db umask 0077 wg genkey >/etc/wireguard/privkey -- cgit v1.3.1-10-gc9f91