<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>25826</id>
      <name>udpproxy</name>
      <created_at>2008-10-24T17:45:57Z</created_at>
      <updated_at>2008-10-24T19:22:09Z</updated_at>
      <description>udpproxy allows to proxy UDP flows using Netfilter queuing capabilities. This is not just an UDP relay: the destination does not need to be known in advance. First, flows to be proxied need to be selected with the help of iptables:

# iptables -A OUTPUT -p udp --dport 161 \
       --destination 172.16.100.0/23 -j NFQUEUE --queue-num 10

Then, udpproxy is launched and will relay the packets sent to queue 10:

 # udpproxy -e &quot;ssh somehost ./udpproxy&quot; -q 10</description>
      <homepage_url>https://trac.luffy.cx/udpproxy/</homepage_url>
      <download_url></download_url>
      <url_name>udpproxy</url_name>
      <user_count>1</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>307322</analysis_id>
      <analysis>
        <id>307322</id>
        <project_id>25826</project_id>
        <updated_at>2009-12-20T12:22:16Z</updated_at>
        <logged_at>2009-12-20T12:22:14Z</logged_at>
        <min_month>2008-08-01T00:00:00Z</min_month>
        <max_month>2008-08-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>1</twelve_month_contributor_count>
        <total_code_lines>949</total_code_lines>
        <main_language_id>42</main_language_id>
        <main_language_name>C</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>mit</name>
          <nice_name>MIT License</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
