Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
OpnSense
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Kulya
  • OpnSense
  • Repository

Switch branch/tag
  • OpnSense
  • ..
  • Api
  • SettingsController.php
Find file
BlameHistoryPermalink
  • Ad Schellevis's avatar
    (ids) add support for inline configuration settings (subscription based url's... · 565fd72b
    Ad Schellevis authored Dec 27, 2016
    (ids) add support for inline configuration settings (subscription based url's for example), add basic auth support.
    
    Example supported format:
    
    <?xml version="1.0"?>
    <ruleset>
        <location url="https://www.snort.org/rules/snortrules-snapshot-2990.tar.gz?oinkcode=%%snort.oinkcode%%" prefix="Snort"/>
        <files>
            <file description="blacklist" url="inline::rules/blacklist.rules">snort.blacklist.rules</file>
        </files>
        <properties>
            <property name="snort.oinkcode" default=""/>
        </properties>
    </ruleset>
    
    ---
    Registers the setting "snort.oinkcode" which is used to construct the download url.
    This commit doesn't include definitions for new content, in case someone wants to create a definition file, it should be easy now :)
    565fd72b
SettingsController.php 26.4 KB
EditWeb IDE

Replace SettingsController.php

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.

Technounit-GROUP 2023