Skip to content

isabella232/erlflashpol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A flash policy file server.

Set your application env vars like so (these are the defaults):

{erlflashpol,
    [
        {listen_ip, "0.0.0.0"},
        {listen_port, 8843},
        {policy_file, liberal}
    ]}

'liberal' means allow all domains, all ports.

Alternatively, specify a string filename instead:

  {policy_file, "/path/to/policy.xml"}

About

Simple Erlang Flash Policy server

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 100.0%