Skip to content

Commit

Permalink
Merge pull request #70 from soubinan/features
Browse files Browse the repository at this point in the history
Features
  • Loading branch information
soubinan authored Jan 14, 2025
2 parents 057b8c4 + 84d1004 commit 735f92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __layout.k
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ _welcome_msg_script = """\
#!/bin/bash

ports=$(ss -ptln "sport > :1023 or sport = :80 or sport = :443" | grep -vE 'systemd|127.0.0.|%lo|::1|Netid|Local' | awk '{print $4}' | awk -F: '{print $NF}' | sort -u)
ips=$(ip a|grep 'inet '|awk '{print $2}')
ips=$(ip a|grep 'inet '|grep -v '127.0.0'|awk '{print $2}')

printf '\\n'
printf '+-----------------------------------+\\n'
Expand Down

0 comments on commit 735f92e

Please sign in to comment.