:) EpickyHrac
:) EpickyHrac
Explore posts from servers
VVALORANT
Created by :) EpickyHrac on 8/21/2024 in #community-help
I cant press any keys
No description
3 replies
CDCloudflare Developers
Created by :) EpickyHrac on 7/13/2024 in #general-help
Enable for specific "zone"
img img but i want now please, allow access to - dynmap-mc.epik.tk = for all (global) - link-cn.epik.tk = for China country only How i do that? Please help me
6 replies
CDCloudflare Developers
Created by :) EpickyHrac on 7/8/2024 in #general-help
start only not as a service
./cloudflared service install eyJhIjoiNmE#### in linux from binary not system service, that tunnel was generated from dashboard
4 replies
CDCloudflare Developers
Created by :) EpickyHrac on 5/28/2024 in #general-help
China : Weird bypassing of WAF and Some many redirects
img i have China IP and cant resolve? img this works but in CN dont work website on subdomain Hi, I setuped custom site in subdomain only for China country, but i got many many redirects, I dont have idea, why. Please lookup and help me. In log.log i run command curl -L -v epik.tk # but work on CN ip only. --- Settings from dashboard: - img
51 replies
CDCloudflare Developers
Created by :) EpickyHrac on 4/10/2024 in #general-help
List api with multiple ips
CloudFlare api list help
#!/bin/bash

MY_IP=$(curl https://ifconfig.me/ip) # ideally radar.cloudflare.com/ip but dont support

AUTH_KEY="###"
AUTH_EMAIL="###"
API_ACCOUNT_ID="###"
API_LIST_ID="###"
API_ENDPOINT="https://api.cloudflare.com/client/v4/accounts/$API_ACCOUNT_ID/rules/lists/$API_LIST_ID/items"

curl -X PUT "$API_ENDPOINT" \
-H "X-Auth-Email: $AUTH_EMAIL" \
-H "X-Auth-Key: $AUTH_KEY" \
-H "Content-Type: application/json" \
--data "[{\"ip\":\"$MY_IP\"}]"
#!/bin/bash

MY_IP=$(curl https://ifconfig.me/ip) # ideally radar.cloudflare.com/ip but dont support

AUTH_KEY="###"
AUTH_EMAIL="###"
API_ACCOUNT_ID="###"
API_LIST_ID="###"
API_ENDPOINT="https://api.cloudflare.com/client/v4/accounts/$API_ACCOUNT_ID/rules/lists/$API_LIST_ID/items"

curl -X PUT "$API_ENDPOINT" \
-H "X-Auth-Email: $AUTH_EMAIL" \
-H "X-Auth-Key: $AUTH_KEY" \
-H "Content-Type: application/json" \
--data "[{\"ip\":\"$MY_IP\"}]"
bash list-whitelist-ip.sh
5 replies
CDCloudflare Developers
Created by :) EpickyHrac on 4/4/2024 in #general-help
List Api Help pls
CloudFlare api list help
#!/bin/bash

MY_IP=$(curl https://ifconfig.me/ip) # ideally radar.cloudflare.com/ip but dont support

AUTH_KEY="###"
AUTH_EMAIL="###"
API_ACCOUNT_ID="###"
API_LIST_ID="###"
API_ENDPOINT="https://api.cloudflare.com/client/v4/accounts/$API_ACCOUNT_ID/rules/lists/$API_LIST_ID/items"

curl -X POST "$API_ENDPOINT" \
-H "X-Auth-Email: $AUTH_EMAIL" \
-H "X-Auth-Key: $AUTH_KEY" \
-H "Content-Type: application/json" \
--data '{"items":[{"ip":"'"$MY_IP"'"}]}'
#!/bin/bash

MY_IP=$(curl https://ifconfig.me/ip) # ideally radar.cloudflare.com/ip but dont support

AUTH_KEY="###"
AUTH_EMAIL="###"
API_ACCOUNT_ID="###"
API_LIST_ID="###"
API_ENDPOINT="https://api.cloudflare.com/client/v4/accounts/$API_ACCOUNT_ID/rules/lists/$API_LIST_ID/items"

curl -X POST "$API_ENDPOINT" \
-H "X-Auth-Email: $AUTH_EMAIL" \
-H "X-Auth-Key: $AUTH_KEY" \
-H "Content-Type: application/json" \
--data '{"items":[{"ip":"'"$MY_IP"'"}]}'
bash list-whitelist-ip.sh
{"success":false,"errors":[{"code":10000,"message":"Authentication error"}]}
{"success":false,"errors":[{"code":10000,"message":"Authentication error"}]}
8 replies
CDCloudflare Developers
Created by :) EpickyHrac on 1/10/2024 in #general-help
How i force IPV6 via DockerCompose?
7 replies