# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-ub-split-map # py-ub-split-map/pkg-descr # py-ub-split-map/Makefile # py-ub-split-map/distinfo # echo c - py-ub-split-map mkdir -p py-ub-split-map > /dev/null 2>&1 echo x - py-ub-split-map/pkg-descr sed 's/^X//' >py-ub-split-map/pkg-descr << '92ee4125c76b60618f0e6e7815432920' XThe purpose of this module is to create a 1:1 split horizon IP mapping that Xwill map external IPs to RFC-1918 IPs. This would be a replacement for split Xhorizon DNS that would work in a dynamic fashion. X XFor example, if you had an A record for "www.example.com" that pointed to an Xexternal IP address of 1.2.3.4 that mapped to a web server on your 192.168.0.10 Xon your internal network. Normally you would have to set up an internal DNS Xserver to return the 192.168.0.10 address as you wouldn't be able to route Xto the 1.2.3.4 address. X XWWW: https://stuffivelearned.org/doku.php?id=os:linux:general:splitdns 92ee4125c76b60618f0e6e7815432920 echo x - py-ub-split-map/Makefile sed 's/^X//' >py-ub-split-map/Makefile << 'd9adcb00431f34cb429d5c90e0266377' X# Created by: Vidar Karlsen X# $FreeBSD$ X XPORTNAME= ub-split-map XPORTVERSION= 0.1.1 XCATEGORIES= dns python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= vidar@karlsen.tech XCOMMENT= Unbound module to dynamically map external IPs to internal X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/LICENSE X XRUN_DEPENDS+= ${PREFIX}/sbin/unbound:dns/unbound-python X XUSES= python:-2.7 X XUSE_PYTHON= distutils autoplist X XNO_BUILD= yes XNO_ARCH= yes X X.include d9adcb00431f34cb429d5c90e0266377 echo x - py-ub-split-map/distinfo sed 's/^X//' >py-ub-split-map/distinfo << 'cfe958eee6e68d341b2f3b0dffecc209' XTIMESTAMP = 1503312726 XSHA256 (ub-split-map-0.1.1.tar.gz) = 1372e8f3ecfc9b4619b504e75bece9c05e2459221903103a28e8c8d532bf6e3d XSIZE (ub-split-map-0.1.1.tar.gz) = 11419 cfe958eee6e68d341b2f3b0dffecc209 exit