You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/sbc/etc/src_ipmap.conf.cmake

8 lines
299 B

# this is a sample regex mapping to map source address 10.0.* to internal1 profile
# and 10.1.* to internal2 profile.
# For example, used with this active_profile setting:
# active_profile=$M($si=>src_ipmap),refuse
# all other calls would be blocked.
^10\.0\..*=>internal1
^10\.1\..*=>internal2