fix: remove port number
This commit is contained in:
parent
c8977f252e
commit
0989ab3c91
|
@ -18,6 +18,8 @@ dos2unix | \
|
|||
sed '/^#/ d' | \
|
||||
# Remove http(s)://
|
||||
cut -f 3 -d '/' | \
|
||||
# Remove port number
|
||||
cut -f 1 -d ':' | \
|
||||
# Remove www
|
||||
# Only matches domains that start with www
|
||||
# Not examplewww.com
|
||||
|
|
Loading…
Reference in New Issue