start ACS proxy
[Biblio-SIP2.git] / acs-proxy.pl
diff --git a/acs-proxy.pl b/acs-proxy.pl
new file mode 100755 (executable)
index 0000000..d5f4a95
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/perl
+
+use warnings;
+use strict;
+
+use lib 'lib';
+use SIP2::ACS;
+
+SIP2::ACS::proxy( '127.0.0.1:6001' => '10.60.0.251:6001' );