# 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/distinfo # py-ub-split-map/pkg-descr # py-ub-split-map/Makefile # echo c - py-ub-split-map mkdir -p py-ub-split-map > /dev/null 2>&1 echo x - py-ub-split-map/distinfo sed 's/^X//' >py-ub-split-map/distinfo << 'cfe958eee6e68d341b2f3b0dffecc209' XTIMESTAMP = 1503164256 XSHA256 (crustymonkey-ub-split-map-0.1.1_GH0.tar.gz) = d81b16441e08efe5efca71e1c6b99e5ed1d54fd831d61c63bf0d743819612451 XSIZE (crustymonkey-ub-split-map-0.1.1_GH0.tar.gz) = 11274 cfe958eee6e68d341b2f3b0dffecc209 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 XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= vidar@karlsen.tech XCOMMENT= Unbound module to dynamically map external IPs to internal X XLICENSE= GPLv2 X XRUN_DEPENDS+= unbound:dns/unbound X XUSES= python X XUSE_GITHUB= yes XGH_ACCOUNT= crustymonkey X XUSE_PYTHON= distutils autoplist X XNO_BUILD= yes XNO_ARCH= yes X X.include d9adcb00431f34cb429d5c90e0266377 exit