feature/ss-instead-of-netstat #2

Merged
manuel merged 8 commits from feature/ss-instead-of-netstat into master 2020-09-18 14:24:42 +02:00
Showing only changes of commit c4600f34b6 - Show all commits

View file

@ -31,6 +31,8 @@
# - sys-apps/util-linux (`getopt`) #
# #
################################################################################
# Here goes:
# ss -On state established '( sport = :https )'|tr -s '[:blank:]'|cut -d' ' -f5
# Set the host's own IP address. So far, only an IPv4 address is supported.
MY_IP="94.199.214.20"