fix initiall setup as user and clear messaging (#2848)

* fix initiall setup as user and clear messaging

* fix this and that :)

* add IPv6 support to validate_ip function

* Use vpn-clearnet as name for the interface

* Rebrand and finish with docs link

* set static clearnet name

* Magic clearnet to the end :D

* change the command name

* the name is magic-clearnet

* wireguard-vps-proxy-setup

* one more fix
This commit is contained in:
Mariusz Kogen
2025-03-30 16:04:34 +02:00
committed by GitHub
parent 0016b4bd72
commit 6ecaeb4fde
2 changed files with 213 additions and 25 deletions

2
debian/postinst vendored
View File

@@ -109,7 +109,7 @@ rm -rf /var/lib/tor/*
ln -sf /usr/lib/startos/scripts/chroot-and-upgrade /usr/bin/chroot-and-upgrade
ln -sf /usr/lib/startos/scripts/tor-check /usr/bin/tor-check
ln -sf /usr/lib/startos/scripts/gather-debug-info /usr/bin/gather-debug-info
ln -sf /usr/lib/startos/scripts/wg-vps-setup /usr/bin/wg-vps-setup
ln -sf /usr/lib/startos/scripts/wireguard-vps-proxy-setup /usr/bin/wireguard-vps-proxy-setup
echo "fs.inotify.max_user_watches=1048576" > /etc/sysctl.d/97-startos.conf