Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Squidguard base redirector url

    Scheduled Pinned Locked Moved pfSense Packages
    6 Posts 2 Posters 22.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bolerodan
      last edited by

      Maybe im crazy, but why is my squid guard base redirector URL pointed to localhost? Example from Squidguard Log

      06.12.2010 20:06:14 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=blank&msg=&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)

      looking at the squid guard config file also shows localhost set. That means when someone accesses a denied domain, it provides them with the localhost address, resulting in the client computer tyring to connect to localhost (itself) so no redirect page is shown. Am i missing a configuration somewhere so that this base redirector url is set to the interface squid is listening on?

      And so it is known. I downloaded squid/squidguard today (December 6) as well as updated to December 5th snapshot of PFsense 2.0

      Cheers

      1 Reply Last reply Reply Quote 0
      • D
        dvserg
        last edited by

        What you have a squid config ?
        This is right base URL:
        redirect http://192.168.1.20:80/sgerror.php?url=403%20&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u

        SquidGuardDoc EN  RU Tutorial
        Localization ru_PFSense

        1 Reply Last reply Reply Quote 0
        • B
          bolerodan
          last edited by

          Are you asking for my squid config? I can paste that below.

          
          /usr/local/etc/squid/squid.conf
          # Do not edit manually !
          http_port 192.168.10.127:80
          icp_port 0
          
          pid_filename /var/run/squid.pid
          cache_effective_user proxy
          cache_effective_group proxy
          error_directory /usr/local/etc/squid/errors/English
          icon_directory /usr/local/etc/squid/icons
          visible_hostname localhost
          cache_mgr admin@localhost
          access_log /var/log/squid/access.log
          cache_log /var/log/squid/cache.log
          cache_store_log none
          shutdown_lifetime 3 seconds
          # Allow local network(s) on interface(s)
          acl localnet src 192.168.10.0/255.255.255.0
          uri_whitespace strip
          
          cache_mem 8 MB
          maximum_object_size_in_memory 32 KB
          memory_replacement_policy heap GDSF
          cache_replacement_policy heap LFUDA
          cache_dir ufs /var/squid/cache 100 16 256
          minimum_object_size 0 KB
          maximum_object_size 10 KB
          offline_mode off
          
          # No redirector configured
          
          # Setup some default acls
          acl all src 0.0.0.0/0.0.0.0
          acl localhost src 127.0.0.1/255.255.255.255
          acl safeports port 21 70 80 210 280 443 488 563 591 631 777 901 3128 1025-65535
          acl sslports port 443 563 
          acl manager proto cache_object
          acl purge method PURGE
          acl connect method CONNECT
          acl dynamic urlpath_regex cgi-bin \?
          acl allowed_subnets src 192.168.10.0/24 
          cache deny dynamic
          http_access allow manager localhost
          
          http_access deny manager
          http_access allow purge localhost
          http_access deny purge
          http_access deny !safeports
          http_access deny CONNECT !sslports
          
          # Always allow localhost connections
          http_access allow localhost
          
          request_body_max_size 0 KB
          reply_body_max_size 0 allow all
          delay_pools 1
          delay_class 1 2
          delay_parameters 1 -1/-1 -1/-1
          delay_initial_bucket_level 100
          delay_access 1 allow all
          
          # Setup allowed acls
          # Allow local network(s) on interface(s)
          http_access allow allowed_subnets
          http_access allow localnet
          # Custom options
          redirect_program /usr/local/bin/squidGuard -c /usr/local/etc/squidGuard/squidGuard.conf
          redirector_bypass on
          redirect_children 3
          # Default block all to be sure
          http_access deny all
          
          

          my squidguard config is as follows (its just the bottom half since the top half is just full of black list stuff)

          
          # 
          rew safesearch {
          s@(google\..*/search?.*q=.*)@\1\&safe=active@i
          s@(google\..*/images.*q=.*)@\1\&safe=active@i
          s@(google\..*/groups.*q=.*)@\1\&safe=active@i
          s@(google\..*/news.*q=.*)@\1\&safe=active@i
          s@(yandex\..*/yandsearch?.*text=.*)@\1\&fyandex=1@i
          s@(search\.yahoo\..*/search.*p=.*)@\1\&vm=r@i
          s@(search\.live\..*/.*q=.*)@\1\&adlt=strict@i
          s@(search\.msn\..*/.*q=.*)@\1\&adlt=strict@i
          log block.log
          }
          
          # 
          acl {
          # 
          default {
          pass !blk_BL_weapons google none
          redirect http://127.0.0.1:80/sgerror.php?url=blank&msg=&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u
          log block.log
          }
          }
          
          

          as you can see, the redirect is listed as localhost. Doesnt really help redirecting computers to themselves..I hope im just missing something somewhere.

          1 Reply Last reply Reply Quote 0
          • D
            dvserg
            last edited by

            And

            1. squidGuard settings screenshot Default page
            2. squidGuard GUI log.

            SquidGuardDoc EN  RU Tutorial
            Localization ru_PFSense

            1 Reply Last reply Reply Quote 0
            • B
              bolerodan
              last edited by

              Okay here is the picture of the default page for Squidguard.

              Here is the Squidguard GUI Log

              Check this for view GUI log
              Web GUI log (Latest 50)
              /var/squidGuard/log/sg_configurator.log
              06.12.2010 19:59:11 : sg_create_config: add blacklist entries
              06.12.2010 19:59:11 : sg_create_config: added: 
              blk_BL_adv; blk_BL_aggressive; blk_BL_alcohol; blk_BL_automobile_bikes; blk_BL_automobile_boats; blk_BL_automobile_cars; blk_BL_automobile_planes; blk_BL_chat; blk_BL_costtraps; blk_BL_dating; blk_BL_downloads; blk_BL_drugs; blk_BL_dynamic; blk_BL_education_schools; blk_BL_finance_banking; blk_BL_finance_insurance; blk_BL_finance_moneylending; blk_BL_finance_other; blk_BL_finance_realestate; blk_BL_finance_trading; blk_BL_fortunetelling; blk_BL_forum; blk_BL_gamble; blk_BL_government; blk_BL_hacking; blk_BL_hobby_cooking; blk_BL_hobby_games-misc; blk_BL_hobby_games-online; blk_BL_hobby_gardening; blk_BL_hobby_pets; blk_BL_homestyle; blk_BL_hospitals; blk_BL_imagehosting; blk_BL_isp; blk_BL_jobsearch; blk_BL_library; blk_BL_military; blk_BL_models; blk_BL_movies; blk_BL_music; blk_BL_news; blk_BL_podcasts; blk_BL_politics; blk_BL_porn; blk_BL_radiotv; blk_BL_recreation_humor; blk_BL_recreation_martialarts; blk_BL_recreation_restaurants; blk_BL_recreation_sports; blk_BL_recreation_travel; blk_BL_recreation_wellness; blk_BL_redirector; blk_BL_religion; blk_BL_remotecontrol; blk_BL_ringtones; blk_BL_science_astronomy; blk_BL_science_chemistry; blk_BL_searchengines; blk_BL_sex_education; blk_BL_sex_lingerie; blk_BL_shopping; blk_BL_socialnet; blk_BL_spyware; blk_BL_tracker; blk_BL_updatesites; blk_BL_violence; blk_BL_warez; blk_BL_weapons; blk_BL_webmail; blk_BL_webphone; blk_BL_webradio; blk_BL_webtv; 
              
              06.12.2010 19:59:11 : sg_create_config: add destinations: 
              google;
              06.12.2010 19:59:11 : sg_create_config: add rewrites: success safesearch;
              06.12.2010 19:59:11 : sg_create_config: add Default
              06.12.2010 19:59:11 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=blank&msg=192.168.10.127&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 19:59:11 : sg_reconfigure: save squidGuard config to '/usr/local/etc/squidGuard/squidGuard.conf'.
              06.12.2010 19:59:11 : squid_reconfigure: Remove old redirector options from Squid config.
              06.12.2010 19:59:11 : squid_reconfigure: Add new redirector options to Squid config.
              06.12.2010 19:59:28 : sg_reconfigure_user_db: Begin with '/var/db/squidGuard'
              06.12.2010 19:59:28 : sg_reconfigure_user_db: Add user entries
              06.12.2010 19:59:28 : sg_reconfigure_user_db: -- add google domains 'google.com google.ca';
              06.12.2010 19:59:28 : sg_rebuild_db: Begin with path '/var/db/squidGuard'.
              06.12.2010 19:59:28 : sg_create_simple_config: Begin with dbhome='/var/db/squidGuard'.
              06.12.2010 19:59:28 : sg_create_simple_config: -- added item 'usr_google' = '/var/db/squidGuard/google'.
              06.12.2010 19:59:28 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=403%20404&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 19:59:28 : sg_rebuild_db: Create temporary config '/tmp/squidGuard_rebuild.conf_usrdb'.
              06.12.2010 19:59:28 : sg_rebuild_db: Started SH script '/tmp/squidGuard_db_rebuild.sh_usrdb'.
              06.12.2010 19:59:28 : sg_create_config: add blacklist entries
              06.12.2010 19:59:28 : sg_create_config: added: 
              blk_BL_adv; blk_BL_aggressive; blk_BL_alcohol; blk_BL_automobile_bikes; blk_BL_automobile_boats; blk_BL_automobile_cars; blk_BL_automobile_planes; blk_BL_chat; blk_BL_costtraps; blk_BL_dating; blk_BL_downloads; blk_BL_drugs; blk_BL_dynamic; blk_BL_education_schools; blk_BL_finance_banking; blk_BL_finance_insurance; blk_BL_finance_moneylending; blk_BL_finance_other; blk_BL_finance_realestate; blk_BL_finance_trading; blk_BL_fortunetelling; blk_BL_forum; blk_BL_gamble; blk_BL_government; blk_BL_hacking; blk_BL_hobby_cooking; blk_BL_hobby_games-misc; blk_BL_hobby_games-online; blk_BL_hobby_gardening; blk_BL_hobby_pets; blk_BL_homestyle; blk_BL_hospitals; blk_BL_imagehosting; blk_BL_isp; blk_BL_jobsearch; blk_BL_library; blk_BL_military; blk_BL_models; blk_BL_movies; blk_BL_music; blk_BL_news; blk_BL_podcasts; blk_BL_politics; blk_BL_porn; blk_BL_radiotv; blk_BL_recreation_humor; blk_BL_recreation_martialarts; blk_BL_recreation_restaurants; blk_BL_recreation_sports; blk_BL_recreation_travel; blk_BL_recreation_wellness; blk_BL_redirector; blk_BL_religion; blk_BL_remotecontrol; blk_BL_ringtones; blk_BL_science_astronomy; blk_BL_science_chemistry; blk_BL_searchengines; blk_BL_sex_education; blk_BL_sex_lingerie; blk_BL_shopping; blk_BL_socialnet; blk_BL_spyware; blk_BL_tracker; blk_BL_updatesites; blk_BL_violence; blk_BL_warez; blk_BL_weapons; blk_BL_webmail; blk_BL_webphone; blk_BL_webradio; blk_BL_webtv; 
              
              06.12.2010 19:59:28 : sg_create_config: add destinations: 
              google;
              06.12.2010 19:59:28 : sg_create_config: add rewrites: success safesearch;
              06.12.2010 19:59:28 : sg_create_config: add Default
              06.12.2010 19:59:28 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=blank&msg=&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 19:59:28 : sg_reconfigure: save squidGuard config to '/usr/local/etc/squidGuard/squidGuard.conf'.
              06.12.2010 19:59:28 : squid_reconfigure: Remove old redirector options from Squid config.
              06.12.2010 19:59:28 : squid_reconfigure: Add new redirector options to Squid config.
              06.12.2010 20:06:14 : sg_reconfigure_user_db: Begin with '/var/db/squidGuard'
              06.12.2010 20:06:14 : sg_reconfigure_user_db: Add user entries
              06.12.2010 20:06:14 : sg_reconfigure_user_db: -- add google domains 'google.com google.ca';
              06.12.2010 20:06:14 : sg_rebuild_db: Begin with path '/var/db/squidGuard'.
              06.12.2010 20:06:14 : sg_create_simple_config: Begin with dbhome='/var/db/squidGuard'.
              06.12.2010 20:06:14 : sg_create_simple_config: -- added item 'usr_google' = '/var/db/squidGuard/google'.
              06.12.2010 20:06:14 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=403%20404&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 20:06:14 : sg_rebuild_db: Create temporary config '/tmp/squidGuard_rebuild.conf_usrdb'.
              06.12.2010 20:06:14 : sg_rebuild_db: Started SH script '/tmp/squidGuard_db_rebuild.sh_usrdb'.
              06.12.2010 20:06:14 : sg_create_config: add blacklist entries
              06.12.2010 20:06:14 : sg_create_config: added: 
              blk_BL_adv; blk_BL_aggressive; blk_BL_alcohol; blk_BL_automobile_bikes; blk_BL_automobile_boats; blk_BL_automobile_cars; blk_BL_automobile_planes; blk_BL_chat; blk_BL_costtraps; blk_BL_dating; blk_BL_downloads; blk_BL_drugs; blk_BL_dynamic; blk_BL_education_schools; blk_BL_finance_banking; blk_BL_finance_insurance; blk_BL_finance_moneylending; blk_BL_finance_other; blk_BL_finance_realestate; blk_BL_finance_trading; blk_BL_fortunetelling; blk_BL_forum; blk_BL_gamble; blk_BL_government; blk_BL_hacking; blk_BL_hobby_cooking; blk_BL_hobby_games-misc; blk_BL_hobby_games-online; blk_BL_hobby_gardening; blk_BL_hobby_pets; blk_BL_homestyle; blk_BL_hospitals; blk_BL_imagehosting; blk_BL_isp; blk_BL_jobsearch; blk_BL_library; blk_BL_military; blk_BL_models; blk_BL_movies; blk_BL_music; blk_BL_news; blk_BL_podcasts; blk_BL_politics; blk_BL_porn; blk_BL_radiotv; blk_BL_recreation_humor; blk_BL_recreation_martialarts; blk_BL_recreation_restaurants; blk_BL_recreation_sports; blk_BL_recreation_travel; blk_BL_recreation_wellness; blk_BL_redirector; blk_BL_religion; blk_BL_remotecontrol; blk_BL_ringtones; blk_BL_science_astronomy; blk_BL_science_chemistry; blk_BL_searchengines; blk_BL_sex_education; blk_BL_sex_lingerie; blk_BL_shopping; blk_BL_socialnet; blk_BL_spyware; blk_BL_tracker; blk_BL_updatesites; blk_BL_violence; blk_BL_warez; blk_BL_weapons; blk_BL_webmail; blk_BL_webphone; blk_BL_webradio; blk_BL_webtv; 
              
              06.12.2010 20:06:14 : sg_create_config: add destinations: 
              google;
              06.12.2010 20:06:14 : sg_create_config: add rewrites: success safesearch;
              06.12.2010 20:06:14 : sg_create_config: add Default
              06.12.2010 20:06:14 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=blank&msg=www.google.ca&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 20:06:14 : sg_reconfigure: save squidGuard config to '/usr/local/etc/squidGuard/squidGuard.conf'.
              06.12.2010 20:06:14 : squid_reconfigure: Remove old redirector options from Squid config.
              06.12.2010 20:06:14 : squid_reconfigure: Add new redirector options to Squid config.
              06.12.2010 20:12:07 : sg_reconfigure_user_db: Begin with '/var/db/squidGuard'
              06.12.2010 20:12:07 : sg_reconfigure_user_db: Add user entries
              06.12.2010 20:12:07 : sg_reconfigure_user_db: -- add google domains 'google.com google.ca';
              06.12.2010 20:12:07 : sg_rebuild_db: Begin with path '/var/db/squidGuard'.
              06.12.2010 20:12:07 : sg_create_simple_config: Begin with dbhome='/var/db/squidGuard'.
              06.12.2010 20:12:07 : sg_create_simple_config: -- added item 'usr_google' = '/var/db/squidGuard/google'.
              06.12.2010 20:12:07 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=403%20404&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 20:12:07 : sg_rebuild_db: Create temporary config '/tmp/squidGuard_rebuild.conf_usrdb'.
              06.12.2010 20:12:07 : sg_rebuild_db: Started SH script '/tmp/squidGuard_db_rebuild.sh_usrdb'.
              06.12.2010 20:12:07 : sg_create_config: add blacklist entries
              06.12.2010 20:12:07 : sg_create_config: added: 
              blk_BL_adv; blk_BL_aggressive; blk_BL_alcohol; blk_BL_automobile_bikes; blk_BL_automobile_boats; blk_BL_automobile_cars; blk_BL_automobile_planes; blk_BL_chat; blk_BL_costtraps; blk_BL_dating; blk_BL_downloads; blk_BL_drugs; blk_BL_dynamic; blk_BL_education_schools; blk_BL_finance_banking; blk_BL_finance_insurance; blk_BL_finance_moneylending; blk_BL_finance_other; blk_BL_finance_realestate; blk_BL_finance_trading; blk_BL_fortunetelling; blk_BL_forum; blk_BL_gamble; blk_BL_government; blk_BL_hacking; blk_BL_hobby_cooking; blk_BL_hobby_games-misc; blk_BL_hobby_games-online; blk_BL_hobby_gardening; blk_BL_hobby_pets; blk_BL_homestyle; blk_BL_hospitals; blk_BL_imagehosting; blk_BL_isp; blk_BL_jobsearch; blk_BL_library; blk_BL_military; blk_BL_models; blk_BL_movies; blk_BL_music; blk_BL_news; blk_BL_podcasts; blk_BL_politics; blk_BL_porn; blk_BL_radiotv; blk_BL_recreation_humor; blk_BL_recreation_martialarts; blk_BL_recreation_restaurants; blk_BL_recreation_sports; blk_BL_recreation_travel; blk_BL_recreation_wellness; blk_BL_redirector; blk_BL_religion; blk_BL_remotecontrol; blk_BL_ringtones; blk_BL_science_astronomy; blk_BL_science_chemistry; blk_BL_searchengines; blk_BL_sex_education; blk_BL_sex_lingerie; blk_BL_shopping; blk_BL_socialnet; blk_BL_spyware; blk_BL_tracker; blk_BL_updatesites; blk_BL_violence; blk_BL_warez; blk_BL_weapons; blk_BL_webmail; blk_BL_webphone; blk_BL_webradio; blk_BL_webtv; 
              
              06.12.2010 20:12:07 : sg_create_config: add destinations: 
              google;
              06.12.2010 20:12:07 : sg_create_config: add rewrites: success safesearch;
              06.12.2010 20:12:07 : sg_create_config: add Default
              06.12.2010 20:12:07 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=blank&msg=&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 20:12:07 : sg_reconfigure: save squidGuard config to '/usr/local/etc/squidGuard/squidGuard.conf'.
              06.12.2010 20:12:07 : squid_reconfigure: Remove old redirector options from Squid config.
              06.12.2010 20:12:07 : squid_reconfigure: Add new redirector options to Squid config.
              06.12.2010 20:12:10 : sg_reconfigure_user_db: Begin with '/var/db/squidGuard'
              06.12.2010 20:12:10 : sg_reconfigure_user_db: Add user entries
              06.12.2010 20:12:10 : sg_reconfigure_user_db: -- add google domains 'google.com google.ca';
              06.12.2010 20:12:10 : sg_rebuild_db: Begin with path '/var/db/squidGuard'.
              06.12.2010 20:12:10 : sg_create_simple_config: Begin with dbhome='/var/db/squidGuard'.
              06.12.2010 20:12:10 : sg_create_simple_config: -- added item 'usr_google' = '/var/db/squidGuard/google'.
              06.12.2010 20:12:10 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=403%20404&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 20:12:10 : sg_rebuild_db: Create temporary config '/tmp/squidGuard_rebuild.conf_usrdb'.
              06.12.2010 20:12:10 : sg_rebuild_db: Started SH script '/tmp/squidGuard_db_rebuild.sh_usrdb'.
              06.12.2010 20:12:10 : sg_create_config: add blacklist entries
              06.12.2010 20:12:10 : sg_create_config: added: 
              blk_BL_adv; blk_BL_aggressive; blk_BL_alcohol; blk_BL_automobile_bikes; blk_BL_automobile_boats; blk_BL_automobile_cars; blk_BL_automobile_planes; blk_BL_chat; blk_BL_costtraps; blk_BL_dating; blk_BL_downloads; blk_BL_drugs; blk_BL_dynamic; blk_BL_education_schools; blk_BL_finance_banking; blk_BL_finance_insurance; blk_BL_finance_moneylending; blk_BL_finance_other; blk_BL_finance_realestate; blk_BL_finance_trading; blk_BL_fortunetelling; blk_BL_forum; blk_BL_gamble; blk_BL_government; blk_BL_hacking; blk_BL_hobby_cooking; blk_BL_hobby_games-misc; blk_BL_hobby_games-online; blk_BL_hobby_gardening; blk_BL_hobby_pets; blk_BL_homestyle; blk_BL_hospitals; blk_BL_imagehosting; blk_BL_isp; blk_BL_jobsearch; blk_BL_library; blk_BL_military; blk_BL_models; blk_BL_movies; blk_BL_music; blk_BL_news; blk_BL_podcasts; blk_BL_politics; blk_BL_porn; blk_BL_radiotv; blk_BL_recreation_humor; blk_BL_recreation_martialarts; blk_BL_recreation_restaurants; blk_BL_recreation_sports; blk_BL_recreation_travel; blk_BL_recreation_wellness; blk_BL_redirector; blk_BL_religion; blk_BL_remotecontrol; blk_BL_ringtones; blk_BL_science_astronomy; blk_BL_science_chemistry; blk_BL_searchengines; blk_BL_sex_education; blk_BL_sex_lingerie; blk_BL_shopping; blk_BL_socialnet; blk_BL_spyware; blk_BL_tracker; blk_BL_updatesites; blk_BL_violence; blk_BL_warez; blk_BL_weapons; blk_BL_webmail; blk_BL_webphone; blk_BL_webradio; blk_BL_webtv; 
              
              06.12.2010 20:12:10 : sg_create_config: add destinations: 
              google;
              06.12.2010 20:12:10 : sg_create_config: add rewrites: success safesearch;
              06.12.2010 20:12:10 : sg_create_config: add Default
              06.12.2010 20:12:10 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=blank&msg=&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              06.12.2010 20:12:10 : sg_reconfigure: save squidGuard config to '/usr/local/etc/squidGuard/squidGuard.conf'.
              06.12.2010 20:12:10 : squid_reconfigure: Remove old redirector options from Squid config.
              06.12.2010 20:12:10 : squid_reconfigure: Add new redirector options to Squid config.
              07.12.2010 09:10:40 : sg_reconfigure_user_db: Begin with '/var/db/squidGuard'
              07.12.2010 09:10:40 : sg_reconfigure_user_db: Add user entries
              07.12.2010 09:10:40 : sg_reconfigure_user_db: -- add google domains 'google.com google.ca';
              07.12.2010 09:10:40 : sg_rebuild_db: Begin with path '/var/db/squidGuard'.
              07.12.2010 09:10:40 : sg_create_simple_config: Begin with dbhome='/var/db/squidGuard'.
              07.12.2010 09:10:40 : sg_create_simple_config: -- added item 'usr_google' = '/var/db/squidGuard/google'.
              07.12.2010 09:10:40 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=403%20404&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              07.12.2010 09:10:40 : sg_rebuild_db: Create temporary config '/tmp/squidGuard_rebuild.conf_usrdb'.
              07.12.2010 09:10:40 : sg_rebuild_db: Started SH script '/tmp/squidGuard_db_rebuild.sh_usrdb'.
              07.12.2010 09:10:40 : sg_create_config: add blacklist entries
              07.12.2010 09:10:40 : sg_create_config: added: 
              blk_BL_adv; blk_BL_aggressive; blk_BL_alcohol; blk_BL_automobile_bikes; blk_BL_automobile_boats; blk_BL_automobile_cars; blk_BL_automobile_planes; blk_BL_chat; blk_BL_costtraps; blk_BL_dating; blk_BL_downloads; blk_BL_drugs; blk_BL_dynamic; blk_BL_education_schools; blk_BL_finance_banking; blk_BL_finance_insurance; blk_BL_finance_moneylending; blk_BL_finance_other; blk_BL_finance_realestate; blk_BL_finance_trading; blk_BL_fortunetelling; blk_BL_forum; blk_BL_gamble; blk_BL_government; blk_BL_hacking; blk_BL_hobby_cooking; blk_BL_hobby_games-misc; blk_BL_hobby_games-online; blk_BL_hobby_gardening; blk_BL_hobby_pets; blk_BL_homestyle; blk_BL_hospitals; blk_BL_imagehosting; blk_BL_isp; blk_BL_jobsearch; blk_BL_library; blk_BL_military; blk_BL_models; blk_BL_movies; blk_BL_music; blk_BL_news; blk_BL_podcasts; blk_BL_politics; blk_BL_porn; blk_BL_radiotv; blk_BL_recreation_humor; blk_BL_recreation_martialarts; blk_BL_recreation_restaurants; blk_BL_recreation_sports; blk_BL_recreation_travel; blk_BL_recreation_wellness; blk_BL_redirector; blk_BL_religion; blk_BL_remotecontrol; blk_BL_ringtones; blk_BL_science_astronomy; blk_BL_science_chemistry; blk_BL_searchengines; blk_BL_sex_education; blk_BL_sex_lingerie; blk_BL_shopping; blk_BL_socialnet; blk_BL_spyware; blk_BL_tracker; blk_BL_updatesites; blk_BL_violence; blk_BL_warez; blk_BL_weapons; blk_BL_webmail; blk_BL_webphone; blk_BL_webradio; blk_BL_webtv; 
              
              07.12.2010 09:10:40 : sg_create_config: add destinations: 
              google;
              07.12.2010 09:10:40 : sg_create_config: add rewrites: success safesearch;
              07.12.2010 09:10:40 : sg_create_config: add Default
              07.12.2010 09:10:40 : sg_redirector_base_url: Select redirector base url (http://127.0.0.1:80/sgerror.php?url=blank&msg=&a=%a&n=%n&i=%i&s=%s&t=%t&u=%u)
              07.12.2010 09:10:40 : sg_reconfigure: save squidGuard config to '/usr/local/etc/squidGuard/squidGuard.conf'.
              07.12.2010 09:10:40 : squid_reconfigure: Remove old redirector options from Squid config.
              07.12.2010 09:10:40 : squid_reconfigure: Add new redirector options to Squid config.
              
              1 Reply Last reply Reply Quote 0
              • D
                dvserg
                last edited by

                Hm.. problem with LAN ip detection. Pleace email me you /usr/local/etc/squidGuard/squidguard_conf.xml file.

                SquidGuardDoc EN  RU Tutorial
                Localization ru_PFSense

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.