Skip to main content
Home / Software / LabelRIGHT Ultimate
LabelRIGHT Ultimate • Bar Code Printing Software
Example log:
Example of a simple public.php that might conflict with AdGuardNet: tbrg adguardnet publicphp work
curl -H "User-Agent: Mozilla/5.0" https://tbrg.yoursite.com/public.php?test=1 If you get a response and AdGuard log shows allowed , your setup works. Situation: A developer named Alex runs a small analytics dashboard. The dashboard’s public.php collects user agent and referrer data, then sends it to a third-party ad network’s conversion pixel. Example log: Example of a simple public
@@||tbrg.yoursite.com/public.php^$all Or if you want to allow only GET requests: @@||tbrg
AdGuardNet blocks the pixel request, and the PHP script returns an error.
version: '3' services: adguardhome: image: adguard/adguardhome ports: - "53:53/tcp" - "53:53/udp" tbrg-php: image: php:8.3-fpm volumes: - ./public.php:/var/www/public.php Then set your system DNS to the AdGuardHome container IP. Inside public.php , query a blocked domain; it will fail. To fix, add allow rule via AdGuardHome API: