aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorDiva Canto2012-09-21 21:03:14 -0700
committerDiva Canto2012-09-21 21:03:14 -0700
commit48f4b32d7f23c2d7a52db355017c8b2bb57b55fa (patch)
treeed64af8f3eb3842b75b4b645b3900cad033aa406 /bin/config-include/StandaloneCommon.ini.example
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-48f4b32d7f23c2d7a52db355017c8b2bb57b55fa.zip
opensim-SC_OLD-48f4b32d7f23c2d7a52db355017c8b2bb57b55fa.tar.gz
opensim-SC_OLD-48f4b32d7f23c2d7a52db355017c8b2bb57b55fa.tar.bz2
opensim-SC_OLD-48f4b32d7f23c2d7a52db355017c8b2bb57b55fa.tar.xz
More HG 2.0: access control at the Gatekeeper. \o/
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example11
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 048710a..4339cb1 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -164,8 +164,17 @@
164 ;AllowedClients = "" 164 ;AllowedClients = ""
165 ;DeniedClients = "" 165 ;DeniedClients = ""
166 166
167 ;; Are foreign visitors allowed 167 ;; Are foreign visitors allowed?
168 ;ForeignAgentsAllowed = true 168 ;ForeignAgentsAllowed = true
169 ;;
170 ;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept.
171 ;; Leave blank or commented for no exceptions.
172 ; AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
173 ;;
174 ;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept
175 ;; Leave blank or commented for no exceptions.
176 ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
177
169 178
170[FreeswitchService] 179[FreeswitchService]
171 ;; If FreeSWITCH is not being used then you don't need to set any of these parameters 180 ;; If FreeSWITCH is not being used then you don't need to set any of these parameters