File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ ip_info3() {
369
369
}
370
370
371
371
ip_info4 () {
372
- echo $( curl -4 -s https://api.ip.la/en? json) > ip_json.json
372
+ echo $( curl -4 -s https://api.ip.la/en\ ? json) > ip_json.json
373
373
country=$( python tools.py ipip country_name)
374
374
city=$( python tools.py ipip city)
375
375
isp=$( python tools.py geoip isp)
@@ -605,7 +605,7 @@ sharetest() {
605
605
share_link=$( curl -sF ' clbin=<-' https://clbin.com < $log )
606
606
;;
607
607
' ptpb' )
608
- share_link=$( curl -sF c=@- https://ptpb.pw/? u=1 < $log )
608
+ share_link=$( curl -sF c=@- https://ptpb.pw/\ ? u=1 < $log )
609
609
;;
610
610
esac
611
611
@@ -624,7 +624,7 @@ log_preupload() {
624
624
625
625
get_ip_whois_org_name () {
626
626
# ip=$(curl -s ip.sb)
627
- result=$( curl -s https://rest.db.ripe.net/search.json? query-string=$( curl -s ip.sb) )
627
+ result=$( curl -s https://rest.db.ripe.net/search.json\ ? query-string=$( curl -s ip.sb) )
628
628
# org_name=$(echo $result | jq '.objects.object.[1].attributes.attribute.[1].value' | sed 's/\"//g')
629
629
org_name=$( echo $result | jq ' .objects.object[1].attributes.attribute[1]' | sed ' s/\"//g' )
630
630
echo $org_name
You can’t perform that action at this time.
0 commit comments