Thanks for the responses.
Here is the 750gr3 configuration, I removed my static DHCP leases, firewall filters, netwatch configuration, and scripts for the ddns and maintaining the HE IPv6 tunnel and obfuscated a few other items.
# feb/06/2017 09:17:15 by RouterOS 6.39rc20
# software id = ABD4-FNNE
#
/interface ethernet
set [ find default-name=ether1 ] comment="To Carrier ONT" rx-flow-control=auto tx-flow-control=auto
set [ find default-name=ether2 ] comment="LAN to Office Desk" name=ether2-master rx-flow-control=auto tx-flow-control=auto
set [ find default-name=ether3 ] comment="LAN to upstairs AP" master-port=ether2-master rx-flow-control=auto tx-flow-control=auto
set [ find default-name=ether4 ] master-port=ether2-master rx-flow-control=auto tx-flow-control=auto
set [ find default-name=ether5 ] master-port=ether2-master rx-flow-control=auto tx-flow-control=auto
/interface 6to4
add comment="Hurricane Electric IPv6 Tunnel Broker" !keepalive local-address=174.25.107.201 mtu=1480 name=sit1 remote-address=216.218.226.238
/ip neighbor discovery
set ether1 discover=no
set ether3 discover=no
set ether4 discover=no
set ether5 discover=no
/interface vlan
add comment=Primary interface=ether2-master name="vlan1 Primary" vlan-id=1
add comment="IoT Devices" interface=ether2-master name=vlan10-IoT vlan-id=10
add comment="CenturyLink WAN" interface=ether1 name="vlan201 WAN" vlan-id=201
add comment="AirPort Extreme Guest Network" interface=ether2-master name=vlan1003-Guest vlan-id=1003
/interface pppoe-client
add add-default-route=yes comment="Century Link" disabled=no interface="vlan201 WAN" name=pppoe-wan user=xxxxxxx@xxxxxx
/ip neighbor discovery
set pppoe-wan discover=no
set vlan10-IoT discover=no
set "vlan201 WAN" discover=no
set vlan1003-Guest discover=no
/interface list
add name=WAN
add name=LAN
add name=guestLAN
add name=IoT
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=primary-dhcp ranges=192.168.1.50-192.168.1.200
add name=Guest ranges=192.168.103.2-192.168.103.250
add name=IoT ranges=192.168.10.2-192.168.10.250
/ip dhcp-server
add add-arp=yes address-pool=primary-dhcp authoritative=yes disabled=no interface=ether2-master lease-time=2w name=lan-default
add add-arp=yes address-pool=Guest disabled=no interface=vlan1003-Guest lease-time=8h name="Guest Network"
add address-pool=IoT disabled=no interface=vlan10-IoT lease-time=1w name="IoT Network"
/ipv6 dhcp-server
add address-pool=2001:470:y:xxx::/64 comment="HE Routed" interface=ether2-master lease-time=2w name=ipv6
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes
/caps-man manager interface
add disabled=no
/dude
set enabled=yes
/ip neighbor discovery settings
set default=no
/ip settings
set rp-filter=strict
/interface ethernet switch vlan
add independent-learning=yes ports=ether2-master,ether3,ether4,ether5,switch1-cpu switch=switch1 vlan-id=10
add independent-learning=yes ports=ether2-master,ether3,ether4,ether5,switch1-cpu switch=switch1 vlan-id=1003
add independent-learning=no ports=ether2-master,ether3,ether4,ether5,switch1-cpu switch=switch1 vlan-id=1
/interface list member
add interface="vlan201 WAN" list=WAN
add interface=pppoe-wan list=WAN
add interface=ether1 list=WAN
add interface=ether2-master list=LAN
add interface=sit1 list=WAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=vlan1003-Guest list=guestLAN
add interface=vlan10-IoT list=IoT
add interface="vlan1 Primary" list=LAN
/ip address
add address=192.168.1.1/24 interface=ether2-master network=192.168.1.0
add address=192.168.10.1/24 comment="IoT Gateway" interface=vlan10-IoT network=192.168.10.0
add address=192.168.103.1/24 comment="Guest Gateway" interface=vlan1003-Guest network=192.168.103.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 comment="Primary Network" dns-server=192.168.1.1 gateway=192.168.1.1 netmask=24
add address=192.168.10.0/24 comment="Guest Network" dns-server=8.8.8.8,8.8.4.4 gateway=192.168.10.1 netmask=24
add address=192.168.103.0/24 comment="IoT Network" dns-server=8.8.8.8,8.8.4.4 gateway=192.168.103.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=2001:470:20::2,74.82.42.42,2001:4860:4860::8888,8.8.8.8,205.171.3.25,205.171.3.65,208.67.220.220
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-wan
add action=dst-nat chain=dstnat comment=weathercat dst-port=49250,49251,49252,49253,49254 protocol=tcp to-addresses=192.168.1.5
add action=dst-nat chain=dstnat comment="Plex Server" dst-port=32400 protocol=tcp to-addresses=192.168.1.5
/ip firewall service-port
set h323 disabled=yes
set sip disabled=yes
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www address=192.168.88.0/24,192.168.1.0/24
set api address=192.168.88.0/24,192.168.1.0/24
set winbox address=192.168.88.0/24,192.168.1.0/24
set api-ssl address=192.168.88.0/24,192.168.1.0/24
/ip ssh
set strong-crypto=yes
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=ether2-master type=internal
add interface=pppoe-wan type=external
add interface="vlan1 Primary" type=internal
add disabled=yes interface=vlan1003-Guest type=internal
add disabled=yes interface=vlan10-IoT type=internal
add disabled=yes interface=sit1 type=external
/ipv6 address
add address=2001:470:a:c29::2 advertise=no interface=sit1
add address=2001:470:b:c27::1 interface=ether2-master
/ipv6 firewall filter
add action=drop chain=input comment="block AppleTV from IPv6 due Netflix being bastards" log-prefix="Netflix douchebags" src-mac-address=C8:69:CD:49:C0:1C
add action=drop chain=forward comment="block AppleTV from IPv6 due Netflix being bastards" log-prefix="Netflix douchebags" src-mac-address=C8:69:CD:49:C0:1C
add action=accept chain=input comment="Allow related&established" connection-state=established,related
add action=accept chain=input comment="Allow ICMP" protocol=icmpv6
add action=drop chain=input in-interface=sit1 log-prefix="Input Drop v6"
add action=accept chain=input comment="Accept input from LAN" in-interface-list=LAN
add action=accept chain=forward comment="Forward related&established" connection-state=established,related
add action=accept chain=forward comment="Forward ICMP" protocol=icmpv6
add action=drop chain=forward comment="Drop all other client bound" in-interface-list=WAN log-prefix="Forward Drop v6"
/ipv6 nd
set [ find default=yes ] advertise-dns=yes interface=ether2-master managed-address-configuration=yes mtu=1480 other-configuration=yes ra-interval=1m-10m ra-lifetime=1h reachable-time=3m retransmit-interval=30s
/ipv6 route
add !bgp-as-path !bgp-atomic-aggregate !bgp-communities !bgp-local-pref !bgp-med !bgp-origin !bgp-prepend !check-gateway distance=1 dst-address=2000::/3 gateway=2001:470:a:c29::1 !route-tag
/system clock
set time-zone-name=America/Los_Angeles
/system identity
set name=arxys-router
/system note
set note="Authorized access only. Access to this device is monitored. Unauthorized access is tracked and reported."
/system ntp client
set enabled=yes primary-ntp=216.229.0.179 secondary-ntp=216.228.192.69 server-dns-names=pool.ntp.org,time.nist.gov,utcnist.colorado.edu,nist-time-server.eoni.com,time-a.timefreq.bldrdoc.gov
/system package update
set channel=release-candidate
/system routerboard settings
# Warning: memory not running at default frequency
set memory-frequency=1200DDR
/tool bandwidth-server
set enabled=no
/tool mac-server
set [ find default=yes ] disabled=yes
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
/tool mac-server ping
set enabled=no