|
AuthKeywordsFile=authorized.txt File containing keywords of domain names that authorize the client to surf past the welcome page. The contents of the file needs to include one or several complex/unique domain names to be treated as the "key" that allows users to browse past the Welcome page. These do not have to be actual domain names registered on the Internet, you can make them up. Use SimpleDNS= if you want a made up domain name to resolve to an IP. When a client does a DNS lookup for this domain name the client will be marked as Authorized. The system might work like this... (or you can adapt it to your needs; payment page, password, registration, etc.) User joins the network, User gets DHCP lease including DNS Redirector as the DNS server, User starts browser and sees your terms and conditions page, User clicks a link to accept the agreement, User gets forwarded to another page that says Welcome and includes a clear image referenced at http://oktosurfnow123.com/clear.gif, DNS Redirector finds that oktosurfnow123.com matches the domain name specified in the AuthKeywordsFile, User can now browse the Internet freely. [sample files] AlwaysKeywordsFile=always.txt File containing keywords of domain names that clients are always allowed to visit, even if they have not been authorized. In a paid HotSpot scenario you would want to add the domain name(s) of your payment processor to the file so that users can visit the site in order to pay for access and then become authorized. Leave this setting blank if you are not going to use it. AuthClientsFile=authclients.txt File containing IPs of local network clients that are always allowed to surf, even if they have not been authorized. Useful for static-IP machines on the same LAN as the hotspot that shouldn't have to pay or be authorized to surf; such as the IT manager, back office, or receptionist's computer. Leave this setting blank if you are not going to use it. |
|
BlockedKeywordsFile=blocked.txt File containing keywords of domain names that clients should not be able to visit. Sample keywords to block websites, instant messaging, file-sharing programs, spyware, pornography and other content are available from our website here. Copy and paste the appropriate keywords into your blocked file, then restart DNS Redirector to make them active. If blocking is not going to be used leave this setting blank. AllowedKeywordsFile=allowed.txt File containing keywords of domain names that clients are allowed to visit. Certain blocking keywords (usually keywords that are too generic) may prevent clients from visiting legitimate content, this list corrects that. If blocking is not going to be used leave this setting blank. BypassBlockFile=bypassblock.txt File containing keywords of domain names that toggle the client so they can view blocked content. When a client machine does a lookup for a domain name that is matched in this file, that client will be then be able to surf websites freely and resolve domain names which are normally blocked. If that same machine does a lookup for a matching domain name again, the blocking is turned back on. Note that after toggling blocking you will usually need to close and open the browser, and possibly run the command "ipconfig /flushdns" (Win2K/XP only) on the local client machine. This is necessary to clear any cached records for the websites visited prior, otherwise those sites may still be un/reachable. Restarting DNS Redirector will also clear any and all clients that previously requested blocking off. Note that a client who visits a bypass URL before the authorized URL will be able to browse freely, but will not set Authorized=True in the GUI. If blocking is not going to be used leave this setting blank. |
|
RestrictStart=5:00:00 PM RestrictEnd=8:00:00 AM Time format in #:##:## XM, where #'s are hr:min:sec and XM is either AM or PM. BypassRestrictFile=bypassrestrict.txt File containing keywords of domain names that toggle the client so they can surf even if within the restricted timeframe. Similar to the BypassBlockFile= setting, every time a client machine does a lookup for a domain name that is matched in this file the bypassing is toggled on or off. |
|
JoinAction= File you want to launch or execute when a client joins the network. This could be a .exe, .wav, .bat or other script. If a join action is not desired then leave this blank. For use with a third-party script or application, the client's IP is passed as a variable after the command. LeaveAction= File you want to launch or execute when a client leaves the network. A leave action only happens if ActionNumber= is set to 1, meaning every time. This could be a .exe, .wav, .bat or other script. If a leave action is not desired then leave this blank. For use with a third-party script or application, the client's IP is passed as a variable after the command. |